summaryrefslogtreecommitdiff
path: root/include/dom/dom.h
diff options
context:
space:
mode:
authorrsk1994 <rsk1coder99@gmail.com>2014-05-18 07:57:15 +0530
committerRupinder Singh Khokhar <rsk1coder99@gmail.com>2014-06-11 04:27:09 +0530
commit2c4fcd2e416c51dc95af1e9054df1dc1fa28ff25 (patch)
tree76c0d0a8f2bdd3fe9835d8971bc3fe3a788a76ea /include/dom/dom.h
parentefec9dd5e88f563242a645e0a1f1904f5c262093 (diff)
downloadlibdom-2c4fcd2e416c51dc95af1e9054df1dc1fa28ff25.tar.gz
libdom-2c4fcd2e416c51dc95af1e9054df1dc1fa28ff25.tar.bz2
[Map Element Rev.2(fix)] & [Script Element add]
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 8a1b5e5..b23ede0 100644
--- a/include/dom/dom.h
+++ b/include/dom/dom.h
@@ -81,6 +81,7 @@
#include <dom/html/html_applet_element.h>
#include <dom/html/html_area_element.h>
#include <dom/html/html_map_element.h>
+#include <dom/html/html_script_element.h>
/* DOM Events header */
#include <dom/events/events.h>