diff options
author | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2019-02-21 13:38:11 +0100 |
---|---|---|
committer | Fernando Jiménez Moreno <ferjmoreno@gmail.com> | 2019-04-26 11:31:17 +0200 |
commit | 3dd38151d4bb446864904428f03af23cc30684fb (patch) | |
tree | b15e6ff6c4fec5c0e51a6e058d0cae372523be02 /components/script/dom/bindings/trace.rs | |
parent | 3ccd622c9b94930ce43ca1bfb5d101783b367d58 (diff) | |
download | servo-3dd38151d4bb446864904428f03af23cc30684fb.tar.gz servo-3dd38151d4bb446864904428f03af23cc30684fb.zip |
Make StyleSheetListOwner implement JSTraceable
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index 2d568208b69..56805e4d9fe 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -39,7 +39,6 @@ use crate::dom::bindings::utils::WindowProxyHandler; use crate::dom::document::PendingRestyle; use crate::dom::htmlimageelement::SourceSet; use crate::dom::htmlmediaelement::{HTMLMediaElementFetchContext, MediaFrameRenderer}; -use crate::dom::stylesheetlist::StyleSheetListOwner; use crate::task::TaskBox; use app_units::Au; use canvas_traits::canvas::{ @@ -500,7 +499,6 @@ unsafe_no_jsmanaged_fields!(HTMLMediaElementFetchContext); unsafe_no_jsmanaged_fields!(Rotation3D<f64>, Transform2D<f32>, Transform3D<f64>); unsafe_no_jsmanaged_fields!(Point2D<f32>, Vector2D<f32>, Rect<Au>); unsafe_no_jsmanaged_fields!(Rect<f32>, RigidTransform3D<f64>); -unsafe_no_jsmanaged_fields!(StyleSheetListOwner); unsafe_no_jsmanaged_fields!(CascadeData); unsafe impl<'a> JSTraceable for &'a str { |