Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1707)

Unified Diff: modules/notifications/ServiceWorkerGlobalScopeNotifications.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
diff --git a/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl b/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
index b2a61e5dbf84558ee4342060c0b1121f1476d710..45f2c54b541f486c68fadc3411c8623bb18d651f 100644
--- a/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
+++ b/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl
@@ -5,8 +5,8 @@
// https://notifications.spec.whatwg.org/#service-worker-api
[
- RuntimeEnabled=ServiceWorkerNotifications,
+ RuntimeEnabled=Notifications,
] partial interface ServiceWorkerGlobalScope {
attribute EventHandler onnotificationclick;
- attribute EventHandler onnotificationerror;
+ attribute EventHandler onnotificationclose;
};

Powered by Google App Engine
This is Rietveld 408576698