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

Unified Diff: third_party/WebKit/Source/core/fetch/MockResourceClients.h

Issue 2191633003: Move ResourceClient to Oilpan heap (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@onheap-raw-resource-client
Patch Set: build fix Created 4 years, 4 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/fetch/MockResourceClients.h
diff --git a/third_party/WebKit/Source/core/fetch/MockResourceClients.h b/third_party/WebKit/Source/core/fetch/MockResourceClients.h
index 4710a7f2a8320091af990301ceb0cce3a4463e78..3740a3964b87c77f4db1822e869c8385a1bd9a43 100644
--- a/third_party/WebKit/Source/core/fetch/MockResourceClients.h
+++ b/third_party/WebKit/Source/core/fetch/MockResourceClients.h
@@ -40,6 +40,7 @@ namespace blink {
class MockResourceClient : public GarbageCollectedFinalized<MockResourceClient>, public ResourceClient {
USING_PRE_FINALIZER(MockResourceClient, dispose);
+ USING_GARBAGE_COLLECTED_MIXIN(MockResourceClient);
public:
explicit MockResourceClient(Resource*);
~MockResourceClient() override;
« no previous file with comments | « third_party/WebKit/Source/core/fetch/MemoryCache.cpp ('k') | third_party/WebKit/Source/core/fetch/MockResourceClients.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698