| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 4d0ee4da4a99d4d9958b98f726472ceb01b7e0ec..e3104d6fd6941052cdc511f22dfc0c6a3f631b98 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -161,6 +161,7 @@ public:
|
| void closePagePopup(PagePopup*);
|
| virtual void setPagePopupDriver(PagePopupDriver*) OVERRIDE;
|
| virtual void resetPagePopupDriver() OVERRIDE;
|
| + virtual PagePopupDriver* pagePopupDriver() const OVERRIDE { return m_pagePopupDriver; }
|
|
|
| virtual bool shouldRunModalDialogDuringPageDismissal(const DialogType&, const String& dialogMessage, Document::PageDismissalType) const OVERRIDE;
|
|
|
|
|