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

Unified Diff: Source/web/WebPagePopupImpl.h

Issue 1291903003: Oilpan: Move ChromeClient classes 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
Index: Source/web/WebPagePopupImpl.h
diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
index 799a7bcd09ab96e331c45d6f9cca25a318df3c2d..9027b6b225e0cfee64e784088268d99eb12e5fd2 100644
--- a/Source/web/WebPagePopupImpl.h
+++ b/Source/web/WebPagePopupImpl.h
@@ -108,7 +108,7 @@ private:
WebRect m_windowRectInScreen;
WebViewImpl* m_webView;
OwnPtrWillBePersistent<Page> m_page;
- OwnPtr<PagePopupChromeClient> m_chromeClient;
+ OwnPtrWillBePersistent<PagePopupChromeClient> m_chromeClient;
PagePopupClient* m_popupClient;
bool m_closing;

Powered by Google App Engine
This is Rietveld 408576698