| Index: Source/core/testing/MockPagePopupDriver.cpp
|
| diff --git a/Source/core/testing/MockPagePopupDriver.cpp b/Source/core/testing/MockPagePopupDriver.cpp
|
| index 9004fade9f2159fc3c6c340fe9a8a4c3eade8c10..6f7478a7986b4e3b5d9f824dd7f77db3901d467b 100644
|
| --- a/Source/core/testing/MockPagePopupDriver.cpp
|
| +++ b/Source/core/testing/MockPagePopupDriver.cpp
|
| @@ -26,7 +26,6 @@
|
| #include "config.h"
|
| #include "MockPagePopupDriver.h"
|
|
|
| -#if ENABLE(PAGE_POPUP)
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| #include "WebCoreTestSupport.h"
|
| @@ -144,4 +143,3 @@ void MockPagePopupDriver::closePagePopup(PagePopup* popup)
|
| }
|
|
|
| }
|
| -#endif
|
|
|