Index: Source/WebCore/workers/WorkerMessagingProxy.h |
=================================================================== |
--- Source/WebCore/workers/WorkerMessagingProxy.h (revision 115611) |
+++ Source/WebCore/workers/WorkerMessagingProxy.h (working copy) |
@@ -82,7 +82,7 @@ |
// These methods are called on different threads to schedule loading |
// requests and to send callbacks back to WorkerContext. |
virtual void postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task>); |
- virtual void postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task>, const String& mode); |
+ virtual bool postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task>, const String& mode); |
void workerThreadCreated(PassRefPtr<DedicatedWorkerThread>); |