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

Unified Diff: Source/modules/compositorworker/CompositorWorker.idl

Issue 1149943007: [bindings] Use |PostMessage| attribute for CompositorWorker*.postMessage to eliminate custom bindin… (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
Index: Source/modules/compositorworker/CompositorWorker.idl
diff --git a/Source/modules/compositorworker/CompositorWorker.idl b/Source/modules/compositorworker/CompositorWorker.idl
index d1baa841a9944fd9fc19cb441b31ab4f049feb2c..e6f67c438f62b9052eb239dffbe6eb1052029fb1 100644
--- a/Source/modules/compositorworker/CompositorWorker.idl
+++ b/Source/modules/compositorworker/CompositorWorker.idl
@@ -11,7 +11,7 @@
WillBeGarbageCollected,
] interface CompositorWorker : EventTarget {
attribute EventHandler onmessage;
- [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
+ [PostMessage, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
void terminate();
};
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | Source/modules/compositorworker/CompositorWorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698