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

Unified Diff: Source/modules/navigatorconnect/CrossOriginServiceWorkerClient.idl

Issue 1150853004: [bindings] Use |PostMessage| attribute for CrossOriginServiceWorkerClient.postMessage to eliminate … (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/modules/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/modules/navigatorconnect/CrossOriginServiceWorkerClient.idl
diff --git a/Source/modules/navigatorconnect/CrossOriginServiceWorkerClient.idl b/Source/modules/navigatorconnect/CrossOriginServiceWorkerClient.idl
index 340bb381f884e89c21f4ba4d5200048e1cbd2f2a..cc868af5f83a94cd4854ff821b9a538998896494 100644
--- a/Source/modules/navigatorconnect/CrossOriginServiceWorkerClient.idl
+++ b/Source/modules/navigatorconnect/CrossOriginServiceWorkerClient.idl
@@ -11,6 +11,6 @@
readonly attribute DOMString origin;
readonly attribute DOMString targetUrl;
- [Custom, RaisesException, CallWith=ExecutionContext]
+ [PostMessage, RaisesException, CallWith=ExecutionContext]
void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
};
« no previous file with comments | « Source/bindings/modules/v8/custom/custom.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698