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

Unified Diff: Source/web/WebRemoteFrameImpl.h

Issue 1306793003: Oilpan: Move FrameLoaderClient class hierarchy into Oilpan heap. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebRemoteFrameImpl.h
diff --git a/Source/web/WebRemoteFrameImpl.h b/Source/web/WebRemoteFrameImpl.h
index f197680131cbd39f8f64f2cd8782ba5a7b09ebf2..4b1ab5cad8fc4e925e567bbc4760f4a1475f0e68 100644
--- a/Source/web/WebRemoteFrameImpl.h
+++ b/Source/web/WebRemoteFrameImpl.h
@@ -195,7 +195,7 @@ public:
private:
WebRemoteFrameImpl(WebTreeScopeType, WebRemoteFrameClient*);
- RemoteFrameClientImpl m_frameClient;
+ OwnPtrWillBeMember<RemoteFrameClientImpl> m_frameClient;
RefPtrWillBeMember<RemoteFrame> m_frame;
WebRemoteFrameClient* m_client;
« no previous file with comments | « Source/web/WebPagePopupImpl.cpp ('k') | Source/web/WebRemoteFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698