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

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

Issue 1287203003: (POC) WebMessaging: Send a transferable ArrayBuffer over MessagePort by copy Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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/core/v8/custom/custom.gypi ('k') | no next file » | 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 3c21c03bc2b3bc49a1428edc6179ccadd1f98c06..338d1a36b2c80e871c8f0a00392aaa9872755c30 100644
--- a/Source/core/dom/MessagePort.idl
+++ b/Source/core/dom/MessagePort.idl
@@ -32,7 +32,7 @@
Exposed=(Window,Worker),
GarbageCollected,
] interface MessagePort : EventTarget {
- [PostMessage, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
+ [Custom, RaisesException, Measure] void postMessage(any message, optional sequence<Transferable> transfer);
[Measure] void start();
[Measure] void close();
« no previous file with comments | « Source/bindings/core/v8/custom/custom.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698