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

Unified Diff: core/dom/MessageChannel.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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 | « core/dom/Iterator.idl ('k') | core/dom/MessagePort.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/dom/MessageChannel.idl
diff --git a/core/dom/MessageChannel.idl b/core/dom/MessageChannel.idl
index 14a4e19ff083e3c6198403b4aea5125923528277..35aa1c0177a81dff1f3bdc9659d6c23d16047a63 100644
--- a/core/dom/MessageChannel.idl
+++ b/core/dom/MessageChannel.idl
@@ -24,12 +24,14 @@
*
*/
+// https://html.spec.whatwg.org/#message-channels
+
[
CustomConstructor,
Exposed=(Window,Worker),
- WillBeGarbageCollected
+ GarbageCollected,
+ Measure,
] interface MessageChannel {
readonly attribute MessagePort port1;
readonly attribute MessagePort port2;
};
-
« no previous file with comments | « core/dom/Iterator.idl ('k') | core/dom/MessagePort.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698