diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-09-25 23:30:24 +0200 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-09-26 02:19:05 +0200 |
commit | 0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe (patch) | |
tree | 01a27221665062c47e158b99429a0b42ddd9f958 /components/script/dom/htmlelement.rs | |
parent | dafcd821f5b3e44a8585884ee4c4bbbdc46b1c70 (diff) | |
download | servo-0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe.tar.gz servo-0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe.zip |
Rename dom::bindings::js to dom::bindings::root
Diffstat (limited to 'components/script/dom/htmlelement.rs')
-rw-r--r-- | components/script/dom/htmlelement.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlelement.rs b/components/script/dom/htmlelement.rs index 1e87982aa54..5fc6023eeba 100644 --- a/components/script/dom/htmlelement.rs +++ b/components/script/dom/htmlelement.rs @@ -12,7 +12,7 @@ use dom::bindings::codegen::Bindings::WindowBinding::WindowMethods; use dom::bindings::error::{Error, ErrorResult}; use dom::bindings::inheritance::{ElementTypeId, HTMLElementTypeId, NodeTypeId}; use dom::bindings::inheritance::Castable; -use dom::bindings::js::{JS, MutNullableJS, Root, RootedReference}; +use dom::bindings::root::{JS, MutNullableJS, Root, RootedReference}; use dom::bindings::str::DOMString; use dom::cssstyledeclaration::{CSSModificationAccess, CSSStyleDeclaration, CSSStyleOwner}; use dom::document::{Document, FocusType}; |