mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Final steps
This commit is contained in:
parent
4143caaa57
commit
907322c666
7 changed files with 46 additions and 12 deletions
|
@ -33,6 +33,7 @@ use canvas_traits::WebGLError;
|
|||
use canvas_traits::{CanvasGradientStop, LinearGradientStyle, RadialGradientStyle};
|
||||
use canvas_traits::{CompositionOrBlending, LineCapStyle, LineJoinStyle, RepetitionStyle};
|
||||
use cssparser::RGBA;
|
||||
use devtools_traits::CSSError;
|
||||
use devtools_traits::WorkerId;
|
||||
use dom::bindings::js::{JS, Root};
|
||||
use dom::bindings::refcounted::Trusted;
|
||||
|
@ -98,6 +99,8 @@ pub trait JSTraceable {
|
|||
fn trace(&self, trc: *mut JSTracer);
|
||||
}
|
||||
|
||||
no_jsmanaged_fields!(CSSError);
|
||||
|
||||
no_jsmanaged_fields!(EncodingRef);
|
||||
|
||||
no_jsmanaged_fields!(Reflector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue