| Index: Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| diff --git a/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl b/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| index b2a61e5dbf84558ee4342060c0b1121f1476d710..2c57ffa754173ea8942160ede237350b971d8d13 100644
|
| --- a/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| +++ b/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| @@ -5,8 +5,7 @@
|
| // https://notifications.spec.whatwg.org/#service-worker-api
|
|
|
| [
|
| - RuntimeEnabled=ServiceWorkerNotifications,
|
| + RuntimeEnabled=Notifications,
|
| ] partial interface ServiceWorkerGlobalScope {
|
| attribute EventHandler onnotificationclick;
|
| - attribute EventHandler onnotificationerror;
|
| };
|
|
|