| Index: third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| diff --git a/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl b/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| index 2c57ffa754173ea8942160ede237350b971d8d13..45f2c54b541f486c68fadc3411c8623bb18d651f 100644
|
| --- a/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| +++ b/third_party/WebKit/Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
|
| @@ -8,4 +8,5 @@
|
| RuntimeEnabled=Notifications,
|
| ] partial interface ServiceWorkerGlobalScope {
|
| attribute EventHandler onnotificationclick;
|
| + attribute EventHandler onnotificationclose;
|
| };
|
|
|