mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Adapt Servo for mozjs 0.6 and the changes introduced in servo/rust-mozjs#393
This commit is contained in:
parent
e04d517bff
commit
356c57e628
48 changed files with 403 additions and 307 deletions
|
@ -7,7 +7,8 @@
|
|||
use dom::bindings::conversions::DerivedFrom;
|
||||
use dom::bindings::root::DomRoot;
|
||||
use dom::globalscope::GlobalScope;
|
||||
use js::jsapi::{HandleObject, JSContext, JSObject, Heap};
|
||||
use js::jsapi::{JSContext, JSObject, Heap};
|
||||
use js::rust::HandleObject;
|
||||
use std::default::Default;
|
||||
|
||||
/// Create the reflector for a new DOM object and yield ownership to the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue