diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-01 01:57:20 +0530 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-01 01:57:20 +0530 |
commit | 524a004e771b465e3de9ebbc33816e50949d6a25 (patch) | |
tree | ee24600d42152f9e683ece313bd1b408dee0c43f /components/script/dom/bindings/trace.rs | |
parent | acaac52be7973cfbf6621796d4fb944fbfd343ff (diff) | |
parent | d7785628447611810ba5bf15b821ab1ed2fa45ea (diff) | |
download | servo-524a004e771b465e3de9ebbc33816e50949d6a25.tar.gz servo-524a004e771b465e3de9ebbc33816e50949d6a25.zip |
Auto merge of #10291 - jfhumann:10211, r=emilio
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10291)
<!-- Reviewable:end -->
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r-- | components/script/dom/bindings/trace.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs index 7bfb6978ee6..2491058750c 100644 --- a/components/script/dom/bindings/trace.rs +++ b/components/script/dom/bindings/trace.rs @@ -29,7 +29,6 @@ //! The `no_jsmanaged_fields!()` macro adds an empty implementation of `JSTraceable` to //! a datatype. -use canvas_traits::WebGLError; use canvas_traits::{CanvasGradientStop, LinearGradientStyle, RadialGradientStyle}; use canvas_traits::{CompositionOrBlending, LineCapStyle, LineJoinStyle, RepetitionStyle}; use cssparser::RGBA; @@ -91,7 +90,7 @@ use style::values::specified::Length; use url::Url; use util::str::{DOMString, LengthOrPercentageOrAuto}; use uuid::Uuid; - +use webrender_traits::WebGLError; /// A trait to allow tracing (only) DOM objects. pub trait JSTraceable { |