aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/StorageEvent.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/StorageEvent.webidl')
-rw-r--r--components/script/dom/webidls/StorageEvent.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/StorageEvent.webidl b/components/script/dom/webidls/StorageEvent.webidl
index 16b21951884..e838bc9480a 100644
--- a/components/script/dom/webidls/StorageEvent.webidl
+++ b/components/script/dom/webidls/StorageEvent.webidl
@@ -9,7 +9,7 @@
* Event sent to a window when a storage area changes.
*/
-[Constructor(DOMString type, optional StorageEventInit eventInitDict), Exposed=(Window,Worker)]
+[Constructor(DOMString type, optional StorageEventInit eventInitDict), Exposed=Window]
interface StorageEvent : Event {
readonly attribute DOMString? key;
readonly attribute DOMString? oldValue;