| Index: Source/WebKit/chromium/src/WebWorkerClientImpl.cpp
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebWorkerClientImpl.cpp (revision 115611)
|
| +++ Source/WebKit/chromium/src/WebWorkerClientImpl.cpp (working copy)
|
| @@ -149,9 +149,10 @@
|
| m_proxy->postTaskToLoader(task);
|
| }
|
|
|
| -void WebWorkerClientImpl::postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
|
| +bool WebWorkerClientImpl::postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
|
| {
|
| m_proxy->postTaskForModeToWorkerContext(task, mode);
|
| + return true;
|
| }
|
|
|
| void WebWorkerClientImpl::postMessageToWorkerObject(PassRefPtr<SerializedScriptValue> value, PassOwnPtr<MessagePortChannelArray> ports)
|
|
|