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

Unified Diff: webkit/api/public/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/api/public/WebVector.h ('k') | webkit/api/public/WebWorkerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/api/public/WebWorker.h
===================================================================
--- webkit/api/public/WebWorker.h (revision 23787)
+++ webkit/api/public/WebWorker.h (working copy)
@@ -31,10 +31,9 @@
#ifndef WebWorker_h
#define WebWorker_h
-#include "WebCommon.h"
+#include "WebMessagePortChannel.h"
namespace WebKit {
- class WebMessagePortChannel;
class WebString;
class WebURL;
class WebWorkerClient;
@@ -50,8 +49,9 @@
const WebString& userAgent,
const WebString& sourceCode) = 0;
virtual void terminateWorkerContext() = 0;
- virtual void postMessageToWorkerContext(const WebString&,
- WebMessagePortChannel*) = 0;
+ virtual void postMessageToWorkerContext(
+ const WebString&,
+ const WebMessagePortChannelArray&) = 0;
virtual void workerObjectDestroyed() = 0;
};
« no previous file with comments | « webkit/api/public/WebVector.h ('k') | webkit/api/public/WebWorkerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698