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 b55f7ca4847..b30678ee9ff 100644 --- a/src/components/script/script.rc +++ b/src/components/script/script.rc @@ -113,6 +113,8 @@ pub mod dom { pub mod htmltableelement; pub mod htmltablecaptionelement; pub mod htmltablecellelement; + pub mod htmltabledatacellelement; + pub mod htmltableheadercellelement; pub mod htmltablecolelement; pub mod htmltablerowelement; pub mod htmltablesectionelement; |