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 c3e5698eac7..728999e1b3f 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -44,6 +44,7 @@ pub mod dom { pub mod FormDataBinding; pub mod HTMLAnchorElementBinding; pub mod HTMLBodyElementBinding; + pub mod HTMLBRElementBinding; pub mod HTMLCollectionBinding; pub mod HTMLDivElementBinding; pub mod HTMLDocumentBinding; @@ -83,6 +84,7 @@ pub mod dom { pub mod formdata; pub mod htmlanchorelement; pub mod htmlbodyelement; + pub mod htmlbrelement; pub mod htmlcollection; pub mod htmldocument; pub mod htmlelement; |