| Index: Source/web/ChromeClientImpl.h
|
| diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
|
| index 61f1ebcabf7885717f2a42e9a43551919ef616d0..bc5522646e7f336d838ad1d9806b1259c057b40a 100644
|
| --- a/Source/web/ChromeClientImpl.h
|
| +++ b/Source/web/ChromeClientImpl.h
|
| @@ -160,6 +160,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;
|
|
|
|
|