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

Unified Diff: modules/notifications/NotificationEventInit.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/NotificationEvent.idl ('k') | modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/notifications/NotificationEventInit.idl
diff --git a/modules/notifications/NotificationEventInit.idl b/modules/notifications/NotificationEventInit.idl
index 47ce14afc6017f3fa04c1baa05abd4ebd2784177..79ab16bbd792c2a4c943c1189d1873393451f886 100644
--- a/modules/notifications/NotificationEventInit.idl
+++ b/modules/notifications/NotificationEventInit.idl
@@ -5,5 +5,6 @@
// https://notifications.spec.whatwg.org/#notificationevent
dictionary NotificationEventInit : ExtendableEventInit {
- Notification notification;
+ required Notification notification;
+ DOMString action = "";
};
« no previous file with comments | « modules/notifications/NotificationEvent.idl ('k') | modules/notifications/NotificationOptions.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698