| Index: Source/core/page/PagePopupController.cpp
|
| diff --git a/Source/core/page/PagePopupController.cpp b/Source/core/page/PagePopupController.cpp
|
| index c36f0fb5e9a71d1d4ac61257fea70f7934b9ef6d..288acb23f32bc5f8684b8469a22966f9ff448fff 100644
|
| --- a/Source/core/page/PagePopupController.cpp
|
| +++ b/Source/core/page/PagePopupController.cpp
|
| @@ -31,7 +31,6 @@
|
| #include "config.h"
|
| #include "core/page/PagePopupController.h"
|
|
|
| -#if ENABLE(PAGE_POPUP)
|
| #include "core/page/PagePopupClient.h"
|
| #include "core/platform/HistogramSupport.h"
|
| #include "core/platform/text/PlatformLocale.h"
|
| @@ -105,4 +104,3 @@ void PagePopupController::histogramEnumeration(const String& name, int sample, i
|
| }
|
|
|
| }
|
| -#endif
|
|
|