| Index: Source/web/WebViewImpl.h
|
| diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
|
| index b9b7a03851d63e6cab7f115de14d808095991a63..2f1ac51d4eef0ef77c1a2dca6a718fb51647bc85 100644
|
| --- a/Source/web/WebViewImpl.h
|
| +++ b/Source/web/WebViewImpl.h
|
| @@ -414,6 +414,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.
|
|
|