mirror of
https://github.com/servo/servo.git
synced 2025-06-08 00:23:30 +00:00
Update js.
This commit is contained in:
parent
49b73c0bfe
commit
076d15992a
4 changed files with 4 additions and 4 deletions
|
@ -80,7 +80,7 @@ use hyper::header::{LastModified, Headers};
|
|||
use js::jsapi::{JS_SetWrapObjectCallbacks, JS_SetExtraGCRootsTracer};
|
||||
use js::jsapi::{JSContext, JSRuntime, JSObject, JSTracer};
|
||||
use js::jsapi::{JS_SetGCCallback, JSGCStatus, JSGC_BEGIN, JSGC_END};
|
||||
use js::rust::{Runtime, RtUtils};
|
||||
use js::rust::Runtime;
|
||||
use url::Url;
|
||||
|
||||
use libc;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue