mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01: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
|
@ -82,8 +82,8 @@ use html5ever::interface::QualName;
|
|||
use js::glue::UnwrapObject;
|
||||
use js::jsapi::{CallArgs, CurrentGlobalOrNull};
|
||||
use js::jsapi::{JSAutoCompartment, JSContext, JSObject};
|
||||
use js::jsapi::HandleObject;
|
||||
use js::jsapi::MutableHandleObject;
|
||||
use js::rust::HandleObject;
|
||||
use js::rust::MutableHandleObject;
|
||||
use script_thread::ScriptThread;
|
||||
use std::ptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue