aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/utils.rs
diff options
context:
space:
mode:
authorBobby Holley <bobbyholley@gmail.com>2016-01-11 19:17:33 -0800
committerBobby Holley <bobbyholley@gmail.com>2016-01-11 19:38:43 -0800
commitdec296ddbcbc870b54fbde1de7a57c8cf162c38b (patch)
tree25696ff9b7d921ea8ad7017b7f8c3433e412e789 /components/script/dom/bindings/utils.rs
parent384cdfcfff157afb3d02c5fafb7fbf1e347f5e7b (diff)
downloadservo-dec296ddbcbc870b54fbde1de7a57c8cf162c38b.tar.gz
servo-dec296ddbcbc870b54fbde1de7a57c8cf162c38b.zip
Use features to prevent the util component from entraining the world in GeckoLib builds.
Diffstat (limited to 'components/script/dom/bindings/utils.rs')
-rw-r--r--components/script/dom/bindings/utils.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/utils.rs b/components/script/dom/bindings/utils.rs
index 9aa4b9cf0b6..46ea2e78aa1 100644
--- a/components/script/dom/bindings/utils.rs
+++ b/components/script/dom/bindings/utils.rs
@@ -50,7 +50,7 @@ use std::default::Default;
use std::ffi::CString;
use std::ptr;
use util::mem::HeapSizeOf;
-use util::str::jsstring_to_str;
+use util::non_geckolib::jsstring_to_str;
/// Proxy handler for a WindowProxy.
pub struct WindowProxyHandler(pub *const libc::c_void);