summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-06-06 06:19:49 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-21 17:37:15 +0530
commit45a19586c0e59f476bccb53dd7e9b759017e38fe (patch)
tree079e1003ad483a47f9a61b9b5b43a5320fa278d6 /include/dom/dom.h
parent826ce26fa1f8fbc54fec9aa1920dc987bb7bcf83 (diff)
downloadlibdom-45a19586c0e59f476bccb53dd7e9b759017e38fe.tar.gz
libdom-45a19586c0e59f476bccb53dd7e9b759017e38fe.tar.bz2
IFrame Element
Diffstat (limited to 'include/dom/dom.h')
-rw-r--r--include/dom/dom.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dom/dom.h b/include/dom/dom.h
index d8245ac..1392ee0 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -92,6 +92,7 @@
#include <dom/html/html_style_element.h>
#include <dom/html/html_frameset_element.h>
#include <dom/html/html_frame_element.h>
+#include <dom/html/html_iframe_element.h>
/* DOM Events header */
#include <dom/events/events.h>