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

Unified Diff: Source/web/WebViewImpl.h

Issue 603193005: Move the Widget hierarchy to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Switch LocalFrame::m_pluginElements rep to HashSet<HTMLPlugInElement*> Created 6 years, 2 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/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 7da7c1340a149ad9b9b52ad656e0588aa080beed..9eba528a26263475bce43a01a125a8725d22dbff 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -693,7 +693,7 @@ private:
WebDragOperation m_dragOperation;
// The popup associated with a select element.
- RefPtr<PopupContainer> m_selectPopup;
+ RefPtrWillBePersistent<PopupContainer> m_selectPopup;
// The popup associated with an input element.
RefPtr<WebPagePopupImpl> m_pagePopup;

Powered by Google App Engine
This is Rietveld 408576698