| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index 94f015952e28ceafc31dc6ef403c2ed35665ed8a..72a5a4c32d3fb561fa2f97664ef2c410bcb13f36 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 {
|
|
|