diff options
Diffstat (limited to 'components/script_bindings/constant.rs')
-rw-r--r-- | components/script_bindings/constant.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script_bindings/constant.rs b/components/script_bindings/constant.rs index 810c302fa8c..3e1be708b4f 100644 --- a/components/script_bindings/constant.rs +++ b/components/script_bindings/constant.rs @@ -9,8 +9,8 @@ use std::ffi::CStr; use js::jsapi::{JSPROP_ENUMERATE, JSPROP_PERMANENT, JSPROP_READONLY}; use js::jsval::{BooleanValue, DoubleValue, Int32Value, JSVal, NullValue, UInt32Value}; use js::rooted; -use js::rust::wrappers::JS_DefineProperty; use js::rust::HandleObject; +use js::rust::wrappers::JS_DefineProperty; use crate::script_runtime::JSContext; |