| Index: chrome/worker/nativewebworker_impl.h
|
| ===================================================================
|
| --- chrome/worker/nativewebworker_impl.h (revision 23787)
|
| +++ chrome/worker/nativewebworker_impl.h (working copy)
|
| @@ -27,8 +27,9 @@
|
| const WebKit::WebString& user_agent,
|
| const WebKit::WebString& source_code);
|
| void terminateWorkerContext();
|
| - void postMessageToWorkerContext(const WebKit::WebString& message,
|
| - WebKit::WebMessagePortChannel* channel);
|
| + void postMessageToWorkerContext(
|
| + const WebKit::WebString& message,
|
| + const WebKit::WebMessagePortChannelArray& channels);
|
| void workerObjectDestroyed();
|
|
|
| private:
|
|
|