| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 41dd99dba3726d640b93b73deac499b9d151e853..e84a8193aecf987928fe533ad3921d91d7f147b0 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -152,7 +152,7 @@ public:
|
| void setNewWindowNavigationPolicy(WebNavigationPolicy);
|
|
|
| virtual bool hasOpenedPopup() const override;
|
| - virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) const override;
|
| + virtual PassRefPtrWillBeRawPtr<PopupMenu> createPopupMenu(LocalFrame&, PopupMenuClient*) override;
|
| PagePopup* openPagePopup(PagePopupClient*, const IntRect&);
|
| void closePagePopup(PagePopup*);
|
| virtual DOMWindow* pagePopupWindowForTesting() const override;
|
|
|