mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Remove support for tracing Cx.
This commit is contained in:
parent
0f495afda6
commit
a12ad3c1cf
1 changed files with 1 additions and 2 deletions
|
@ -45,7 +45,7 @@ use hyper::header::Headers;
|
|||
use hyper::method::Method;
|
||||
use js::jsapi::{JSObject, JSTracer, JS_CallTracer, JSGCTraceKind};
|
||||
use js::jsval::JSVal;
|
||||
use js::rust::{Cx, Runtime};
|
||||
use js::rust::Runtime;
|
||||
use layout_interface::{LayoutRPC, LayoutChan};
|
||||
use libc;
|
||||
use msg::constellation_msg::{PipelineId, SubpageId, WindowSizeData, WorkerId};
|
||||
|
@ -260,7 +260,6 @@ no_jsmanaged_fields!(HashSet<T>);
|
|||
no_jsmanaged_fields!(SubpageId, WindowSizeData, PipelineId);
|
||||
no_jsmanaged_fields!(WorkerId);
|
||||
no_jsmanaged_fields!(QuirksMode);
|
||||
no_jsmanaged_fields!(Cx);
|
||||
no_jsmanaged_fields!(Runtime);
|
||||
no_jsmanaged_fields!(Headers, Method);
|
||||
no_jsmanaged_fields!(ConstellationChan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue