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

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

Issue 1159653002: [bindings] Introduce PostMessage extended keyword (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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 | « Source/bindings/templates/methods.cpp ('k') | Source/core/workers/DedicatedWorkerGlobalScope.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/MessagePort.idl
diff --git a/Source/core/dom/MessagePort.idl b/Source/core/dom/MessagePort.idl
index af3d148eeab8d8250e8b71db10d7ba69d57686f5..df0afdc714f3a0ded28c439bb34c8096883f6b94 100644
--- a/Source/core/dom/MessagePort.idl
+++ b/Source/core/dom/MessagePort.idl
@@ -31,7 +31,7 @@
ActiveDOMObject,
Exposed=(Window,Worker),
] interface MessagePort : EventTarget {
- [Custom, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
+ [Custom=PostMessageCommon, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
haraken 2015/05/25 10:26:48 Nit: Given that this doesn't require custom bindin
[Measure] void start();
[Measure] void close();
« no previous file with comments | « Source/bindings/templates/methods.cpp ('k') | Source/core/workers/DedicatedWorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698