| Index: third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebPagePopupImpl.h b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| index 8031c57b170c83a9e54a69ca3f108b2a6a432773..87f88dbfaa6700ade03dc601a70ba2eeae37f2fe 100644
|
| --- a/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebPagePopupImpl.h
|
| @@ -106,8 +106,8 @@ private:
|
| WebWidgetClient* m_widgetClient;
|
| WebRect m_windowRectInScreen;
|
| WebViewImpl* m_webView;
|
| - OwnPtrWillBePersistent<Page> m_page;
|
| - OwnPtrWillBePersistent<PagePopupChromeClient> m_chromeClient;
|
| + Persistent<Page> m_page;
|
| + Persistent<PagePopupChromeClient> m_chromeClient;
|
| PagePopupClient* m_popupClient;
|
| bool m_closing;
|
|
|
|
|