Index: Source/modules/notifications/Notification.idl |
diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl |
index ebf279d8c800039b42191a581e02964228fad5c7..2a5c68840fc1e0a4b231ad359c9d367f61c668d2 100644 |
--- a/Source/modules/notifications/Notification.idl |
+++ b/Source/modules/notifications/Notification.idl |
@@ -34,6 +34,7 @@ |
ActiveDOMObject, |
Constructor(DOMString title, optional NotificationOptions options), |
ConstructorCallWith=ExecutionContext, |
+ Exposed=(Window,Worker), |
MeasureAs=NotificationCreated, |
RuntimeEnabled=Notifications, |
] interface Notification : EventTarget { |