| Index: Source/modules/notifications/Notification.idl
|
| diff --git a/Source/modules/notifications/Notification.idl b/Source/modules/notifications/Notification.idl
|
| index ccb01ef100b299b13f23502e0198ecf1cee4da9d..b09bece2edbc6757e165c75ac770a501bbda945e 100644
|
| --- a/Source/modules/notifications/Notification.idl
|
| +++ b/Source/modules/notifications/Notification.idl
|
| @@ -36,6 +36,7 @@
|
| ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
| MeasureAs=NotificationCreated,
|
| + RaisesException=Constructor,
|
| RuntimeEnabled=Notifications,
|
| ] interface Notification : EventTarget {
|
| [CallWith=ExecutionContext, MeasureAs=NotificationPermission] static readonly attribute DOMString permission;
|
|
|