| Index: Source/core/loader/EmptyClients.h
|
| diff --git a/Source/core/loader/EmptyClients.h b/Source/core/loader/EmptyClients.h
|
| index 03819a2ea72340853fb54be63dd1ae8f22dda026..16a663dbe23b6c5a4a31c6a136e2ff6311d14ce6 100644
|
| --- a/Source/core/loader/EmptyClients.h
|
| +++ b/Source/core/loader/EmptyClients.h
|
| @@ -121,12 +121,10 @@ public:
|
| virtual bool hasOpenedPopup() const OVERRIDE { return false; }
|
| virtual PassRefPtr<PopupMenu> createPopupMenu(PopupMenuClient*) const OVERRIDE;
|
| virtual PassRefPtr<SearchPopupMenu> createSearchPopupMenu(PopupMenuClient*) const OVERRIDE;
|
| -#if ENABLE(PAGE_POPUP)
|
| virtual PagePopup* openPagePopup(PagePopupClient*, const IntRect&) OVERRIDE { return 0; }
|
| virtual void closePagePopup(PagePopup*) OVERRIDE { }
|
| virtual void setPagePopupDriver(PagePopupDriver*) OVERRIDE { }
|
| virtual void resetPagePopupDriver() OVERRIDE { }
|
| -#endif
|
|
|
| virtual void setStatusbarText(const String&) { }
|
|
|
|
|