| Index: third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
|
| diff --git a/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl b/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
|
| index aa6d11692bf0d5b4ab8e4874b2019729ed927336..00742d80ae514d685448e80e401bc2197652fdf5 100644
|
| --- a/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
|
| +++ b/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
|
| @@ -8,6 +8,7 @@
|
| Constructor(DOMString type, optional PushEventInit eventInitDict),
|
| Exposed=ServiceWorker,
|
| RuntimeEnabled=PushMessaging,
|
| + RaisesException=Constructor,
|
| ] interface PushEvent : ExtendableEvent {
|
| [RuntimeEnabled=PushMessagingData] readonly attribute PushMessageData data;
|
| };
|
|
|