mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
ScriptTask::mouse_over_targets is not traced #4985
This commit is contained in:
parent
1a73766db2
commit
bf26d61d5e
2 changed files with 31 additions and 4 deletions
|
@ -42,7 +42,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;
|
||||
use js::rust::{Cx, rt};
|
||||
use layout_interface::{LayoutRPC, LayoutChan};
|
||||
use libc;
|
||||
use msg::constellation_msg::{PipelineId, SubpageId, WindowSizeData};
|
||||
|
@ -219,6 +219,7 @@ no_jsmanaged_fields!(PropertyDeclarationBlock);
|
|||
no_jsmanaged_fields!(SubpageId, WindowSizeData, PipelineId);
|
||||
no_jsmanaged_fields!(QuirksMode);
|
||||
no_jsmanaged_fields!(Cx);
|
||||
no_jsmanaged_fields!(rt);
|
||||
no_jsmanaged_fields!(Headers, Method);
|
||||
no_jsmanaged_fields!(ConstellationChan);
|
||||
no_jsmanaged_fields!(LayoutChan);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue