diff options
Diffstat (limited to 'components/script/dom/bindings/global.rs')
-rw-r--r-- | components/script/dom/bindings/global.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/bindings/global.rs b/components/script/dom/bindings/global.rs index 3c3df454ca1..41fb88adf56 100644 --- a/components/script/dom/bindings/global.rs +++ b/components/script/dom/bindings/global.rs @@ -34,6 +34,7 @@ pub enum GlobalRef<'a> { } /// A stack-based rooted reference to a global object. +#[no_move] pub enum GlobalRoot { /// A root for a `Window` object. Window(Root<window::Window>), |