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

Unified Diff: third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.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/WebEmbeddedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
index 0d7db6f9ef8dfa34eaadc6988d51183285687bfa..71295710b7d0f3a234fa9feeabc0dba07f65975c 100644
--- a/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebEmbeddedWorkerImpl.h
@@ -105,7 +105,7 @@ class WebEmbeddedWorkerImpl final : public WebEmbeddedWorker,
std::unique_ptr<ExecutionContextTask>) override;
void postTaskToWorkerGlobalScope(
const WebTraceLocation&,
- std::unique_ptr<ExecutionContextTask>) override;
+ std::unique_ptr<WTF::CrossThreadClosure>) override;
WebEmbeddedWorkerStartData m_workerStartData;

Powered by Google App Engine
This is Rietveld 408576698