| Index: Source/core/page/PagePopupClient.h
|
| diff --git a/Source/core/page/PagePopupClient.h b/Source/core/page/PagePopupClient.h
|
| index ca38779ce02e3a2b171ab5413f7b0594d8e2bc75..fcb1045c446aac249d5c3c6cd2f24430b7c23be9 100644
|
| --- a/Source/core/page/PagePopupClient.h
|
| +++ b/Source/core/page/PagePopupClient.h
|
| @@ -31,8 +31,6 @@
|
| #ifndef PagePopupClient_h
|
| #define PagePopupClient_h
|
|
|
| -#if ENABLE(PAGE_POPUP)
|
| -
|
| #include "core/loader/DocumentWriter.h"
|
| #include "core/platform/graphics/IntRect.h"
|
| #include <wtf/text/WTFString.h>
|
| @@ -90,4 +88,3 @@ inline void PagePopupClient::addString(const String& str, DocumentWriter& writer
|
|
|
| }
|
| #endif
|
| -#endif
|
|
|