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

Unified Diff: Source/modules/notifications/ServiceWorkerGlobalScopeNotifications.idl

Issue 1321453007: Some random Web Notification cleanups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo fix Created 5 years, 4 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: 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;
};

Powered by Google App Engine
This is Rietveld 408576698