| Index: webkit/glue/webworkerclient_impl.h
|
| ===================================================================
|
| --- webkit/glue/webworkerclient_impl.h (revision 28228)
|
| +++ webkit/glue/webworkerclient_impl.h (working copy)
|
| @@ -44,7 +44,7 @@
|
| const WebCore::String& source_code);
|
| virtual void terminateWorkerContext();
|
| virtual void postMessageToWorkerContext(
|
| - const WebCore::String& message,
|
| + WTF::PassRefPtr<WebCore::SerializedScriptValue> message,
|
| WTF::PassOwnPtr<WebCore::MessagePortChannelArray> channels);
|
| virtual bool hasPendingActivity() const;
|
| virtual void workerObjectDestroyed();
|
|
|