diff options
author | Alexandrov Sergey <splavgm@gmail.com> | 2016-10-05 00:16:45 +0300 |
---|---|---|
committer | Alexandrov Sergey <splavgm@gmail.com> | 2016-10-06 18:22:53 +0300 |
commit | 9876020c2258ef833044596944ab0aa5370b0a74 (patch) | |
tree | f563c5ce4efbda8105eadd206f5b4bbe24073a8d /components/script/dom/mod.rs | |
parent | 318b23ed0047cc39625ca2f33a55d647b5886019 (diff) | |
download | servo-9876020c2258ef833044596944ab0aa5370b0a74.tar.gz servo-9876020c2258ef833044596944ab0aa5370b0a74.zip |
add SVGElement, SVGGraphicsElement interfaces and SVGSVGElement element
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 0081efba21c..06cc2815246 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -391,6 +391,9 @@ pub mod storage; pub mod storageevent; pub mod stylesheet; pub mod stylesheetlist; +pub mod svgelement; +pub mod svggraphicselement; +pub mod svgsvgelement; pub mod testbinding; pub mod testbindingiterable; pub mod testbindingpairiterable; |