Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: Source/WebCore/workers/WorkerMessagingProxy.h

Issue 10270006: Merge 113138 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1084/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/WebCore/workers/WorkerLoaderProxy.h ('k') | Source/WebCore/workers/WorkerMessagingProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>);
« no previous file with comments | « Source/WebCore/workers/WorkerLoaderProxy.h ('k') | Source/WebCore/workers/WorkerMessagingProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698