| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 4ce6a4603857e9bbcf8c8323055597b27ba6c2ab..90bbe6d92e7249c21a87bbacd980720241a8595a 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -422,7 +422,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;
|
|
|
|
|