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

Unified Diff: third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h

Issue 2842123002: WorkerShadowFetchContext
Patch Set: . Created 3 years, 7 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 | « no previous file | third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h
diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h b/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h
index 34478355aef06e70d50fe46e846fc8a14f80a243..8d45c7e387e4313efb04b9456973e1e8db3c6f91 100644
--- a/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h
+++ b/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.h
@@ -23,8 +23,7 @@ class WebTaskRunner;
// An abstract interface for top-level loading context.
// This should be accessed only from the thread where the loading
// context is bound to (e.g. on the main thread).
-class CORE_EXPORT ThreadableLoadingContext
- : public GarbageCollected<ThreadableLoadingContext> {
+class CORE_EXPORT ThreadableLoadingContext : public GarbageCollectedMixin {
WTF_MAKE_NONCOPYABLE(ThreadableLoadingContext);
public:
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698