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

Unified Diff: third_party/WebKit/Source/modules/push_messaging/PushEvent.idl

Issue 2574303002: Fix low risk non-nullable => nullable attributes / arguments to match the spec (Closed)
Patch Set: Codereview update Created 4 years 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 | « third_party/WebKit/Source/modules/presentation/PresentationConnection.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
diff --git a/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl b/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
index c11714ba618b9461459a6a1517a68eda937c7480..d29be4cf1b43a04a67d475d56782317be66eeeee 100644
--- a/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
+++ b/third_party/WebKit/Source/modules/push_messaging/PushEvent.idl
@@ -9,5 +9,5 @@
Exposed=ServiceWorker,
RuntimeEnabled=PushMessaging,
] interface PushEvent : ExtendableEvent {
- readonly attribute PushMessageData data;
+ readonly attribute PushMessageData? data;
};
« no previous file with comments | « third_party/WebKit/Source/modules/presentation/PresentationConnection.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698