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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEventInit.idl

Issue 2904563004: [ServiceWorker] Fix ExtendableMessageEvent idl binding (Closed)
Patch Set: Created 3 years, 7 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 | « third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.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/serviceworkers/ExtendableMessageEventInit.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEventInit.idl b/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEventInit.idl
index 9b8954acaeb5f544f8261bd856c01e532009fc09..7d04fdf26f104c3b433d9026d8f953380a9a5706 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEventInit.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEventInit.idl
@@ -9,5 +9,5 @@ dictionary ExtendableMessageEventInit : ExtendableEventInit {
DOMString origin;
DOMString lastEventId;
(Client or ServiceWorker or MessagePort)? source;
- sequence<MessagePort>? ports;
+ sequence<MessagePort> ports;
};
« no previous file with comments | « third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698