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

Unified Diff: modules/notifications/NotificationEvent.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
« no previous file with comments | « modules/notifications/NotificationAction.idl ('k') | modules/notifications/NotificationEventInit.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notifications/NotificationEvent.idl
diff --git a/modules/notifications/NotificationEvent.idl b/modules/notifications/NotificationEvent.idl
index 89bc93f185a7b4ceacf3f594360597da1ef8e5c8..426177773d52febd117c523342f7686bdbd69717 100644
--- a/modules/notifications/NotificationEvent.idl
+++ b/modules/notifications/NotificationEvent.idl
@@ -5,10 +5,10 @@
// https://notifications.spec.whatwg.org/#service-worker-api
[
- Constructor(DOMString type, optional NotificationEventInit eventInitDict),
+ Constructor(DOMString type, NotificationEventInit eventInitDict),
Exposed=ServiceWorker,
- RuntimeEnabled=ServiceWorkerNotifications,
- TypeChecking=Interface,
+ RuntimeEnabled=Notifications,
] interface NotificationEvent : ExtendableEvent {
readonly attribute Notification notification;
+ readonly attribute DOMString action;
};
« no previous file with comments | « modules/notifications/NotificationAction.idl ('k') | modules/notifications/NotificationEventInit.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698