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 5526afcde55..f9e60fe1c76 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -50,6 +50,7 @@ pub mod dom { pub mod HTMLBRElementBinding; pub mod HTMLCanvasElementBinding; pub mod HTMLCollectionBinding; + pub mod HTMLDataElementBinding; pub mod HTMLDListElementBinding; pub mod HTMLDivElementBinding; pub mod HTMLDocumentBinding; @@ -102,6 +103,7 @@ pub mod dom { pub mod htmlbrelement; pub mod htmlcanvaselement; pub mod htmlcollection; + pub mod htmldataelement; pub mod htmldlistelement; pub mod htmldocument; pub mod htmlelement; |