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

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

Issue 2645613006: Worker: Stop using ExecutionContextTask on WorkerLoaderProxy::postTaskToWorkerGlobalScope (Closed)
Patch Set: address review comments 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 e7c13ae7740add57b199c6aade598f9db89f822f..7ae7fe5a7dd0b39411998e9098fd6f716184b82e 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -156,7 +156,7 @@ class WebSharedWorkerImpl final : public WorkerReportingProxy,
std::unique_ptr<ExecutionContextTask>) override;
void postTaskToWorkerGlobalScope(
const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>) override;
+ std::unique_ptr<WTF::CrossThreadClosure>) override;
// 'shadow page' - created to proxy loading requests from the worker.
Persistent<ExecutionContext> m_loadingDocument;
« no previous file with comments | « third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.cpp ('k') | third_party/WebKit/Source/web/WebSharedWorkerImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698