diff options
author | Simon Pieters <zcorpan@gmail.com> | 2018-10-02 19:13:53 +0200 |
---|---|---|
committer | Simon Pieters <zcorpan@gmail.com> | 2018-10-02 19:23:02 +0200 |
commit | 9b74f0af2451afbbe05915d1f85845296f3577e0 (patch) | |
tree | 949de06473480e3e4c7d5215473b8748d7e0b3e0 /components/script/dom/mod.rs | |
parent | 57053e03bbfc65e1d2f283cfa8646038be9f9b06 (diff) | |
download | servo-9b74f0af2451afbbe05915d1f85845296f3577e0.tar.gz servo-9b74f0af2451afbbe05915d1f85845296f3577e0.zip |
Remove the HTMLTable{Header,Data}CellElement interfaces
Fixes #17222.
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 07425cccae1..3587a11a0ad 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -372,9 +372,7 @@ pub mod htmlstyleelement; pub mod htmltablecaptionelement; pub mod htmltablecellelement; pub mod htmltablecolelement; -pub mod htmltabledatacellelement; pub mod htmltableelement; -pub mod htmltableheadercellelement; pub mod htmltablerowelement; pub mod htmltablesectionelement; pub mod htmltemplateelement; |