| Index: Source/core/page/PagePopupClient.cpp
|
| diff --git a/Source/core/page/PagePopupClient.cpp b/Source/core/page/PagePopupClient.cpp
|
| index 297fa95c72e5bc8ac94552bb167f90a8f45177a9..99c282ac817affd39f62eaa003360531d95f8586 100644
|
| --- a/Source/core/page/PagePopupClient.cpp
|
| +++ b/Source/core/page/PagePopupClient.cpp
|
| @@ -31,8 +31,6 @@
|
| #include "config.h"
|
| #include "core/page/PagePopupClient.h"
|
|
|
| -#if ENABLE(PAGE_POPUP)
|
| -
|
| #include <wtf/text/StringBuilder.h>
|
|
|
| namespace WebCore {
|
| @@ -113,4 +111,3 @@ void PagePopupClient::addProperty(const char* name, const IntRect& rect, Documen
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(PAGE_POPUP)
|
|
|