| 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 7f1d23c77c98a2df04b62ade354ff12184ef1f4f..6f6f48df542d904a65214e279894e184c284886b 100644
|
| --- a/third_party/WebKit/Source/web/WebViewImpl.h
|
| +++ b/third_party/WebKit/Source/web/WebViewImpl.h
|
| @@ -435,7 +435,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(
|
|
|