| Index: Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| diff --git a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| index ae434b43c0de610ab6723542807ef03e2d579f28..d1a4260199e2d8c51c971a2b11717ee2b811f160 100644
|
| --- a/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| +++ b/Source/modules/notifications/ServiceWorkerRegistrationNotifications.idl
|
| @@ -8,5 +8,5 @@
|
| Exposed=(Window, ServiceWorker),
|
| RuntimeEnabled=ServiceWorkerNotifications
|
| ] partial interface ServiceWorkerRegistration {
|
| - [CallWith=ScriptState] Promise showNotification(DOMString title, optional NotificationOptions options);
|
| + [CallWith=ScriptState, RaisesException] Promise showNotification(DOMString title, optional NotificationOptions options);
|
| };
|
|
|