diff options
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r-- | src/components/script/script.rc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc index 968b7fa8a5b..1e790d0367f 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -70,8 +70,9 @@ pub mod dom { pub mod HTMLSpanElementBinding; pub mod HTMLStyleElementBinding; pub mod HTMLTableElementBinding; - pub mod HTMLTableCellElementBinding; pub mod HTMLTableCaptionElementBinding; + pub mod HTMLTableCellElementBinding; + pub mod HTMLTableColElementBinding; pub mod HTMLTableRowElementBinding; pub mod HTMLTableSectionElementBinding; pub mod HTMLTextAreaElementBinding; @@ -123,6 +124,7 @@ pub mod dom { pub mod htmltableelement; pub mod htmltablecaptionelement; pub mod htmltablecellelement; + pub mod htmltablecolelement; pub mod htmltablerowelement; pub mod htmltablesectionelement; pub mod htmltextareaelement; |