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

Unified Diff: webkit/tools/test_shell/test_worker/test_webworker.h

Issue 173193: Updating Worker.postMessage(), DOMWindow.postMessage(), and... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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 | « webkit/glue/webworkerclient_impl.cc ('k') | webkit/tools/test_shell/test_worker/test_webworker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_worker/test_webworker.h
===================================================================
--- webkit/tools/test_shell/test_worker/test_webworker.h (revision 23787)
+++ webkit/tools/test_shell/test_worker/test_webworker.h (working copy)
@@ -31,13 +31,13 @@
virtual void terminateWorkerContext();
virtual void postMessageToWorkerContext(
const WebKit::WebString& message,
- WebKit::WebMessagePortChannel* channel);
+ const WebKit::WebMessagePortChannelArray& channel);
virtual void workerObjectDestroyed();
// WebWorkerClient methods:
virtual void postMessageToWorkerObject(
const WebKit::WebString& message,
- WebKit::WebMessagePortChannel* channel);
+ const WebKit::WebMessagePortChannelArray& channel);
virtual void postExceptionToWorkerObject(
const WebKit::WebString& error_message,
int line_number,
« no previous file with comments | « webkit/glue/webworkerclient_impl.cc ('k') | webkit/tools/test_shell/test_worker/test_webworker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698