diff options
Diffstat (limited to 'components/script/dom')
-rw-r--r-- | components/script/dom/storage.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/script/dom/storage.rs b/components/script/dom/storage.rs index 65824532209..d927c5ba213 100644 --- a/components/script/dom/storage.rs +++ b/components/script/dom/storage.rs @@ -181,6 +181,8 @@ impl StorageEventRunnable { } impl Runnable for StorageEventRunnable { + fn name(&self) -> &'static str { "StorageEventRunnable" } + fn main_thread_handler(self: Box<StorageEventRunnable>, script_thread: &ScriptThread) { let this = *self; let storage_root = this.element.root(); |