diff options
Diffstat (limited to 'components/script/dom/storage.rs')
-rw-r--r-- | components/script/dom/storage.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/storage.rs b/components/script/dom/storage.rs index ed6ed999fa2..4e8f0871571 100644 --- a/components/script/dom/storage.rs +++ b/components/script/dom/storage.rs @@ -209,6 +209,7 @@ impl Storage { let this = Trusted::new(self); global .as_window() + .task_manager() .dom_manipulation_task_source() .queue( task!(send_storage_notification: move || { |