aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/plugin.rs
diff options
context:
space:
mode:
authorAnthony Ramine <n.oxyde@gmail.com>2017-09-25 23:30:24 +0200
committerAnthony Ramine <n.oxyde@gmail.com>2017-09-26 02:19:05 +0200
commit0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe (patch)
tree01a27221665062c47e158b99429a0b42ddd9f958 /components/script/dom/plugin.rs
parentdafcd821f5b3e44a8585884ee4c4bbbdc46b1c70 (diff)
downloadservo-0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe.tar.gz
servo-0e3c54c1911ba2c3bf305ee04f04fcd9bf2fc2fe.zip
Rename dom::bindings::js to dom::bindings::root
Diffstat (limited to 'components/script/dom/plugin.rs')
-rw-r--r--components/script/dom/plugin.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/plugin.rs b/components/script/dom/plugin.rs
index 8e3af814ec9..d16aba43e90 100644
--- a/components/script/dom/plugin.rs
+++ b/components/script/dom/plugin.rs
@@ -3,8 +3,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
use dom::bindings::codegen::Bindings::PluginBinding::PluginMethods;
-use dom::bindings::js::Root;
use dom::bindings::reflector::Reflector;
+use dom::bindings::root::Root;
use dom::bindings::str::DOMString;
use dom::mimetype::MimeType;
use dom_struct::dom_struct;