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

Unified Diff: Source/web/PrerendererClientImpl.h

Issue 255983003: Oilpan: Move all supplements of Page, Document, and WorkerClients to the managed heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: using namespace WebCore Created 6 years, 8 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 | « Source/web/DatabaseClientImpl.cpp ('k') | Source/web/ServiceWorkerGlobalScopeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PrerendererClientImpl.h
diff --git a/Source/web/PrerendererClientImpl.h b/Source/web/PrerendererClientImpl.h
index cd350d28267006681a789349a214e6fc4020595f..ec05d22a7aacbc7a16dc27ab832068cd2f024ee1 100644
--- a/Source/web/PrerendererClientImpl.h
+++ b/Source/web/PrerendererClientImpl.h
@@ -44,7 +44,8 @@ namespace blink {
class WebPrerendererClient;
-class PrerendererClientImpl FINAL : public WebCore::PrerendererClient {
+class PrerendererClientImpl FINAL : public NoBaseWillBeGarbageCollected<PrerendererClientImpl>, public WebCore::PrerendererClient {
+ WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PrerendererClientImpl);
WTF_MAKE_NONCOPYABLE(PrerendererClientImpl);
public:
explicit PrerendererClientImpl(WebPrerendererClient*);
« no previous file with comments | « Source/web/DatabaseClientImpl.cpp ('k') | Source/web/ServiceWorkerGlobalScopeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698