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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h

Issue 2715803004: Introduce ThreadableLoadingContext: make threaded loading code one step away from Document (Closed)
Patch Set: . Created 3 years, 10 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/core/workers/WorkerThreadTestHelper.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
index 765aa09b6221dbac68fc8867c61c8b84d0189c34..6fa6600c69ecc06b72957ef1e7cf8a665d943a27 100644
--- a/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
+++ b/third_party/WebKit/Source/core/workers/WorkerThreadTestHelper.h
@@ -52,7 +52,7 @@ class MockWorkerLoaderProxyProvider : public WorkerLoaderProxyProvider {
NOTIMPLEMENTED();
}
- ExecutionContext* getLoaderExecutionContext() override {
+ ThreadableLoadingContext* getThreadableLoadingContext() override {
NOTIMPLEMENTED();
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698