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

Unified Diff: Source/core/dom/MessageChannel.idl

Issue 969643002: Sync the MessageChannel and MessagePort interfaces with the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: Source/core/dom/MessageChannel.idl
diff --git a/Source/core/dom/MessageChannel.idl b/Source/core/dom/MessageChannel.idl
index 14a4e19ff083e3c6198403b4aea5125923528277..6a20e89efaa4c038e9b3323fc0ff0b9b144c46cf 100644
--- a/Source/core/dom/MessageChannel.idl
+++ b/Source/core/dom/MessageChannel.idl
@@ -24,6 +24,8 @@
*
*/
+// https://html.spec.whatwg.org/#message-channels
+
[
CustomConstructor,
Exposed=(Window,Worker),
@@ -32,4 +34,3 @@
readonly attribute MessagePort port1;
readonly attribute MessagePort port2;
};
-
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-shared-worker-expected.txt ('k') | Source/core/dom/MessagePort.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698