aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/proxyhandler.rs
diff options
context:
space:
mode:
authorMs2ger <ms2ger@gmail.com>2014-12-20 14:51:14 +0100
committerMs2ger <ms2ger@gmail.com>2014-12-20 14:51:14 +0100
commit96180ec3adc855cfa32e92156d766986a1748e5a (patch)
tree774583976ce07d6ba21eec6f6e88d1c46d201e0f /components/script/dom/bindings/proxyhandler.rs
parent73c236ce3b95c2bf9342f0f12f4218e1a87bc8ba (diff)
downloadservo-96180ec3adc855cfa32e92156d766986a1748e5a.tar.gz
servo-96180ec3adc855cfa32e92156d766986a1748e5a.zip
Move unwrap_jsmanaged and related machinery to conversions.rs.
Diffstat (limited to 'components/script/dom/bindings/proxyhandler.rs')
-rw-r--r--components/script/dom/bindings/proxyhandler.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/proxyhandler.rs b/components/script/dom/bindings/proxyhandler.rs
index 3321c1f617f..d6a4726ba4d 100644
--- a/components/script/dom/bindings/proxyhandler.rs
+++ b/components/script/dom/bindings/proxyhandler.rs
@@ -4,8 +4,8 @@
///! Utilities for the implementation of JSAPI proxy handlers.
+use dom::bindings::conversions::is_dom_proxy;
use dom::bindings::utils::delete_property_by_id;
-use dom::bindings::utils::is_dom_proxy;
use js::jsapi::{JSContext, jsid, JSPropertyDescriptor, JSObject, JSString, jschar};
use js::jsapi::{JS_GetPropertyDescriptorById, JS_NewUCString, JS_malloc, JS_free};
use js::jsapi::{JS_DefinePropertyById, JS_NewObjectWithGivenProto};