diff options
Diffstat (limited to 'components/script/lib.rs')
-rw-r--r-- | components/script/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/lib.rs b/components/script/lib.rs index aab99ec9106..055d658ddee 100644 --- a/components/script/lib.rs +++ b/components/script/lib.rs @@ -49,9 +49,9 @@ extern crate string_cache_macros; pub mod cors; /// The implementation of the DOM. -#[macro_escape] +#[macro_use] pub mod dom { - #[macro_escape] + #[macro_use] pub mod macros; /// The code to expose the DOM to JavaScript through IDL bindings. |