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 9158716c888..52e82349149 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -59,6 +59,7 @@ pub mod dom { pub mod HTMLDocumentBinding; pub mod HTMLElementBinding; pub mod HTMLEmbedElementBinding; + pub mod HTMLFieldSetElementBinding; pub mod HTMLHeadElementBinding; pub mod HTMLHRElementBinding; pub mod HTMLHtmlElementBinding; @@ -123,6 +124,7 @@ pub mod dom { pub mod htmldocument; pub mod htmlelement; pub mod htmlembedelement; + pub mod htmlfieldsetelement; pub mod htmlhrelement; pub mod htmliframeelement; pub mod htmlimageelement; |