aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/trace.rs
diff options
context:
space:
mode:
authorPeter <peter.hall@algomi.com>2016-02-22 22:44:02 +0000
committerPeter <peter.hall@algomi.com>2016-09-15 00:16:42 +0100
commit8ff8ee94925fa3b918225a06a670ebb53a1d2deb (patch)
tree39eb707d16a0f1ff65c130ee3569deb7709dff5f /components/script/dom/bindings/trace.rs
parent234951e4b6d66891cd0cc9705f42e3ca16d9e3d5 (diff)
downloadservo-8ff8ee94925fa3b918225a06a670ebb53a1d2deb.tar.gz
servo-8ff8ee94925fa3b918225a06a670ebb53a1d2deb.zip
DOMMatrix and DOMMatrixReadOnly
Updated test expectations
Diffstat (limited to 'components/script/dom/bindings/trace.rs')
-rw-r--r--components/script/dom/bindings/trace.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/bindings/trace.rs b/components/script/dom/bindings/trace.rs
index 8125013a960..67b8832efed 100644
--- a/components/script/dom/bindings/trace.rs
+++ b/components/script/dom/bindings/trace.rs
@@ -41,9 +41,8 @@ use dom::bindings::reflector::{Reflectable, Reflector};
use dom::bindings::str::{DOMString, USVString};
use dom::bindings::utils::WindowProxyHandler;
use encoding::types::EncodingRef;
+use euclid::{Matrix2D, Matrix4D, Point2D};
use euclid::length::Length as EuclidLength;
-use euclid::matrix2d::Matrix2D;
-use euclid::point::Point2D;
use euclid::rect::Rect;
use euclid::size::Size2D;
use html5ever::tree_builder::QuirksMode;
@@ -320,6 +319,7 @@ no_jsmanaged_fields!(LengthOrPercentageOrAuto);
no_jsmanaged_fields!(RGBA);
no_jsmanaged_fields!(EuclidLength<Unit, T>);
no_jsmanaged_fields!(Matrix2D<T>);
+no_jsmanaged_fields!(Matrix4D<T>);
no_jsmanaged_fields!(StorageType);
no_jsmanaged_fields!(CanvasGradientStop, LinearGradientStyle, RadialGradientStyle);
no_jsmanaged_fields!(LineCapStyle, LineJoinStyle, CompositionOrBlending);