aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index debe2bced16..e4ae1daee06 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -53,10 +53,13 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
+ pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSpanElementBinding;
+ pub mod HTMLStyleElementBinding;
+ pub mod HTMLTableElementBinding;
pub mod MouseEventBinding;
pub mod NodeBinding;
pub mod PrototypeList;
@@ -85,8 +88,11 @@ pub mod dom {
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
+ pub mod htmlmetaelement;
pub mod htmlolistelement;
pub mod htmlscriptelement;
+ pub mod htmlstyleelement;
+ pub mod htmltableelement;
pub mod mouseevent;
pub mod node;
pub mod uievent;