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

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

Issue 2155943002: ServiceWorker: Use FrozenArray for *MessageEvent.ports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/ServiceWorkerMessageEvent.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
index f1109251ca7d52d996857e9568c03619e1c2bba0..c30e94b75c68f4d993fc77bf26e109bf827ccb55 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl
@@ -16,5 +16,5 @@
readonly attribute DOMString origin;
readonly attribute DOMString lastEventId;
readonly attribute (ServiceWorker or MessagePort)? source;
- readonly attribute MessagePort[]? ports;
+ readonly attribute FrozenArray<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