mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +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
|
@ -34,9 +34,10 @@ use dom::promise::Promise;
|
|||
use dom::promisenativehandler::{PromiseNativeHandler, Callback};
|
||||
use dom::url::URL;
|
||||
use dom_struct::dom_struct;
|
||||
use js::jsapi::{HandleObject, HandleValue, Heap, JSContext, JSObject};
|
||||
use js::jsapi::{Heap, JSContext, JSObject};
|
||||
use js::jsapi::{JS_NewPlainObject, JS_NewUint8ClampedArray};
|
||||
use js::jsval::{JSVal, NullValue};
|
||||
use js::rust::{HandleObject, HandleValue};
|
||||
use js::rust::CustomAutoRooterGuard;
|
||||
use js::typedarray;
|
||||
use script_traits::MsDuration;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue