| Index: third_party/WebKit/Source/web/WebViewImpl.h
|
| diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
|
| index 26724a5f5c35bee10c4949425161f94d96077eb0..09d18972b77175cd28ed4e3f140f21dfc09a7987 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -437,7 +437,7 @@ public:
|
| WebViewScheduler* scheduler() const override;
|
| void setVisibilityState(WebPageVisibilityState, bool) override;
|
|
|
| - bool hasOpenedPopup() const { return m_pagePopup; }
|
| + bool hasOpenedPopup() const { return m_pagePopup.get(); }
|
|
|
| // Returns true if the event leads to scrolling.
|
| static bool mapKeyCodeForScroll(
|
|
|