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

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

Issue 1144103005: [bindings] Use |PostMessage| attribute for MessagePort.postMessage to eliminate custom bindings (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/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 af3d148eeab8d8250e8b71db10d7ba69d57686f5..a14824dec404d71572997882cc65b7b875a2c282 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);
+ [PostMessage, 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