diff options
author | olmanz <oliver90.manz@googlemail.com> | 2017-11-16 13:06:50 +0100 |
---|---|---|
committer | olmanz <oliver90.manz@googlemail.com> | 2017-11-16 13:06:50 +0100 |
commit | d71ff786c65bc9183824620a11607a4cbd06a7b3 (patch) | |
tree | c113f3b11bc383aebfbe68d9b976db4d6138ef23 /components/script/dom/bindings/mod.rs | |
parent | f1cf41da00b7973194104aa147f73fe55b0ad3db (diff) | |
download | servo-d71ff786c65bc9183824620a11607a4cbd06a7b3.tar.gz servo-d71ff786c65bc9183824620a11607a4cbd06a7b3.zip |
Moved function html_constructor() from interface.rs to new file htmlconstructor.rs
Diffstat (limited to 'components/script/dom/bindings/mod.rs')
-rw-r--r-- | components/script/dom/bindings/mod.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bindings/mod.rs b/components/script/dom/bindings/mod.rs index 7cd90547105..6fdf690588f 100644 --- a/components/script/dom/bindings/mod.rs +++ b/components/script/dom/bindings/mod.rs @@ -139,6 +139,7 @@ pub mod constant; pub mod conversions; pub mod error; pub mod guard; +pub mod htmlconstructor; pub mod inheritance; pub mod interface; pub mod iterable; |