| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 9bd645bc390978e790c949b3a815ce030393379c..3eaa7a247013ec1ae316c14b4ccb3c53594a64e1 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -686,7 +686,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;
|
|
|