diff options
Diffstat (limited to 'components/script/dom/dommatrix.rs')
-rw-r--r-- | components/script/dom/dommatrix.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/dommatrix.rs b/components/script/dom/dommatrix.rs index 03e152a2f2c..c9cc366e8ec 100644 --- a/components/script/dom/dommatrix.rs +++ b/components/script/dom/dommatrix.rs @@ -18,7 +18,7 @@ use crate::dom::dommatrixreadonly::{ use crate::dom::globalscope::GlobalScope; use crate::dom::window::Window; use dom_struct::dom_struct; -use euclid::Transform3D; +use euclid::default::Transform3D; use js::rust::CustomAutoRooterGuard; use js::typedarray::{Float32Array, Float64Array}; |