| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 4eccbad4933de2189aafc6c5e7946d938d1649bb..c40feaf968a66472d62bf481daca3b3eff4e642a 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -423,7 +423,7 @@ public:
|
| // Notification that a popup was opened/closed.
|
| void popupOpened(PopupContainer*);
|
| void popupClosed(PopupContainer*);
|
| - PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView);
|
| + PagePopup* openPagePopup(PagePopupClient*);
|
| void closePagePopup(PagePopup*);
|
| LocalDOMWindow* pagePopupWindow() const;
|
|
|
|
|