| Index: Source/WebKit/chromium/src/WebSharedWorkerImpl.h
|
| ===================================================================
|
| --- Source/WebKit/chromium/src/WebSharedWorkerImpl.h (revision 115611)
|
| +++ Source/WebKit/chromium/src/WebSharedWorkerImpl.h (working copy)
|
| @@ -86,7 +86,7 @@
|
|
|
| // WebCore::WorkerLoaderProxy methods:
|
| virtual void postTaskToLoader(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
|
| - virtual void postTaskForModeToWorkerContext(
|
| + virtual bool postTaskForModeToWorkerContext(
|
| PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const WTF::String& mode);
|
|
|
| // WebFrameClient methods to support resource loading thru the 'shadow page'.
|
|
|