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

Unified Diff: third_party/WebKit/Source/web/WebSharedWorkerImpl.h

Issue 2642113002: Worker: Reduce use of ExecutionContextTask in core/workers (Closed)
Patch Set: fix build failures Created 3 years, 11 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
Index: third_party/WebKit/Source/web/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 7ae7fe5a7dd0b39411998e9098fd6f716184b82e..7bdbc535bcb7a9f6a4c25af6abdaa69c6131c245 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -143,7 +143,7 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
void didReceiveScriptLoaderResponse();
void onScriptLoaderFinished();
- static void connectTask(WebMessagePortChannelUniquePtr, ExecutionContext*);
+ void connectTask(WebMessagePortChannelUniquePtr);
// Tasks that are run on the main thread.
void didCloseWorkerGlobalScopeOnMainThread();

Powered by Google App Engine
This is Rietveld 408576698