| Index: Source/web/WebPagePopupImpl.h
|
| diff --git a/Source/web/WebPagePopupImpl.h b/Source/web/WebPagePopupImpl.h
|
| index a50667c39e0a31a7d86e6f3de0c7b6676a4dd8e6..afd24bca0a2b202ee638c1a7fd067167dcaa8d43 100644
|
| --- a/Source/web/WebPagePopupImpl.h
|
| +++ b/Source/web/WebPagePopupImpl.h
|
| @@ -59,7 +59,7 @@ class WebPagePopupImpl final
|
|
|
| public:
|
| virtual ~WebPagePopupImpl();
|
| - bool initialize(WebViewImpl*, PagePopupClient*, const IntRect& originBoundsInRootView);
|
| + bool initialize(WebViewImpl*, PagePopupClient*);
|
| bool handleKeyEvent(const PlatformKeyboardEvent&);
|
| void closePopup();
|
| WebWidgetClient* widgetClient() const { return m_widgetClient; }
|
|
|