| Index: Source/core/page/PagePopup.h
|
| diff --git a/Source/core/page/PagePopup.h b/Source/core/page/PagePopup.h
|
| index 26713cb82a70ea0e0ad4758bfa4ce0b43cb89f3f..657804ef3dc911618dc04c30e4167845bd417d6f 100644
|
| --- a/Source/core/page/PagePopup.h
|
| +++ b/Source/core/page/PagePopup.h
|
| @@ -31,7 +31,6 @@
|
| #ifndef PagePopup_h
|
| #define PagePopup_h
|
|
|
| -#if ENABLE(PAGE_POPUP)
|
| namespace WebCore {
|
|
|
| // A PagePopup object is created by ChromeClient::openPagePopup(), and deleted
|
| @@ -43,4 +42,3 @@ protected:
|
|
|
| }
|
| #endif
|
| -#endif
|
|
|