diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-21 11:27:05 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2017-02-24 01:50:51 +0100 |
commit | 31e9d81c0f8fdfa4bb8ab27fda804b8d424e5378 (patch) | |
tree | 2a60d1308916da48c5c3958572865f48f03c60e3 /components/script/dom/dommatrixreadonly.rs | |
parent | 64885c4213c97c818f37026c7071975f299466fb (diff) | |
download | servo-31e9d81c0f8fdfa4bb8ab27fda804b8d424e5378.tar.gz servo-31e9d81c0f8fdfa4bb8ab27fda804b8d424e5378.zip |
Make #[dom_struct] a proc_macro attribute
Diffstat (limited to 'components/script/dom/dommatrixreadonly.rs')
-rw-r--r-- | components/script/dom/dommatrixreadonly.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/dommatrixreadonly.rs b/components/script/dom/dommatrixreadonly.rs index 978fa96ce6b..4f6331e0dd7 100644 --- a/components/script/dom/dommatrixreadonly.rs +++ b/components/script/dom/dommatrixreadonly.rs @@ -13,6 +13,7 @@ use dom::bindings::reflector::{reflect_dom_object, DomObject, Reflector}; use dom::dommatrix::DOMMatrix; use dom::dompoint::DOMPoint; use dom::globalscope::GlobalScope; +use dom_struct::dom_struct; use euclid::{Matrix4D, Point4D, Radians}; use std::cell::{Cell, Ref}; use std::f64; |