Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 40b15100b0c4aafeed2230466b64dcdf0b564e01..1924289dd61b4ab96890dabb25b633b4a7a2afc0 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; |