diff options
Diffstat (limited to 'components/script/dom/storage.rs')
-rw-r--r-- | components/script/dom/storage.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/storage.rs b/components/script/dom/storage.rs index 030c0957217..4e230f554f7 100644 --- a/components/script/dom/storage.rs +++ b/components/script/dom/storage.rs @@ -51,7 +51,7 @@ impl Storage { } } -impl StorageMethods for Storage { +impl StorageMethods<crate::DomTypeHolder> for Storage { // https://html.spec.whatwg.org/multipage/#dom-storage-length fn Length(&self) -> u32 { let (sender, receiver) = ipc::channel(self.global().time_profiler_chan().clone()).unwrap(); |