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

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

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
Index: third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp
diff --git a/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp b/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp
index 0df2ad47213df7af3b4e772b0f8176aebe3ac48d..b292b8cc39df2f3cf763bf10628c81a395f1c00b 100644
--- a/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp
+++ b/third_party/WebKit/Source/core/loader/ThreadableLoadingContext.cpp
@@ -10,7 +10,11 @@
namespace blink {
-class DocumentThreadableLoadingContext final : public ThreadableLoadingContext {
+class DocumentThreadableLoadingContext final
+ : public GarbageCollected<DocumentThreadableLoadingContext>,
+ public ThreadableLoadingContext {
+ USING_GARBAGE_COLLECTED_MIXIN(DocumentThreadableLoadingContext);
+
public:
explicit DocumentThreadableLoadingContext(Document& document)
: document_(&document) {}

Powered by Google App Engine
This is Rietveld 408576698