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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.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 | « no previous file | third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl
index d8b5b1346fcbf940655452eb20429284f49e82fe..f73b9ac38060572e0f0ae23010b4937ef3327ffa 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/ExtendableMessageEvent.idl
@@ -16,5 +16,5 @@
readonly attribute DOMString origin;
readonly attribute DOMString lastEventId;
[SameObject] readonly attribute (Client or ServiceWorker or MessagePort)? source;
- [SameObject] readonly attribute MessagePort[]? ports;
+ readonly attribute FrozenArray<MessagePort>? ports;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/serviceworkers/ServiceWorkerMessageEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698