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

Unified Diff: Source/modules/notifications/NotificationEvent.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/NotificationEvent.idl
diff --git a/Source/modules/notifications/NotificationEvent.idl b/Source/modules/notifications/NotificationEvent.idl
index b43f9ebe03d502ce064920112fc73996b13acf78..ea7cb8a26ace251dda6da59db87161950c1f5682 100644
--- a/Source/modules/notifications/NotificationEvent.idl
+++ b/Source/modules/notifications/NotificationEvent.idl
@@ -7,7 +7,7 @@
[
Constructor(DOMString type, optional NotificationEventInit eventInitDict),
Exposed=ServiceWorker,
- RuntimeEnabled=ServiceWorkerNotifications,
+ RuntimeEnabled=Notifications,
TypeChecking=Interface,
] interface NotificationEvent : ExtendableEvent {
readonly attribute Notification notification;
« no previous file with comments | « Source/modules/notifications/NotificationEvent.cpp ('k') | Source/modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698