diff options
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 0ba9ef8c81f..03f4db52c3e 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -43,6 +43,7 @@ pub mod dom { pub mod EventTargetBinding; pub mod FormDataBinding; pub mod HTMLAnchorElementBinding; + pub mod HTMLBodyElementBinding; pub mod HTMLCollectionBinding; pub mod HTMLDivElementBinding; pub mod HTMLDocumentBinding; @@ -75,6 +76,7 @@ pub mod dom { pub mod eventtarget; pub mod formdata; pub mod htmlanchorelement; + pub mod htmlbodyelement; pub mod htmlcollection; pub mod htmldocument; pub mod htmlelement; |