| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index 9bd645bc390978e790c949b3a815ce030393379c..af055445fb22441e68f205918dc0a5958bfeb162 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -411,6 +411,7 @@ public:
|
| // PagePopupDriver functions.
|
| virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect& originBoundsInRootView) OVERRIDE;
|
| virtual void closePagePopup(PagePopup*) OVERRIDE;
|
| + virtual LocalDOMWindow* pagePopupWindow() OVERRIDE;
|
|
|
| // Returns the input event we're currently processing. This is used in some
|
| // cases where the WebCore DOM event doesn't have the information we need.
|
|
|