aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/mod.rs
diff options
context:
space:
mode:
authorSimon Pieters <zcorpan@gmail.com>2018-10-02 19:13:53 +0200
committerSimon Pieters <zcorpan@gmail.com>2018-10-02 19:23:02 +0200
commit9b74f0af2451afbbe05915d1f85845296f3577e0 (patch)
tree949de06473480e3e4c7d5215473b8748d7e0b3e0 /components/script/dom/mod.rs
parent57053e03bbfc65e1d2f283cfa8646038be9f9b06 (diff)
downloadservo-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.rs2
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;