| 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;
|
|
|
|
|