| Index: Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| diff --git a/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp b/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| index 95aaee04cbb22b2edd501da75bf43c4fa96d8854..2fe9f0130797a926235b49531a200b19d95eb108 100644
|
| --- a/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| +++ b/Source/WebCore/bindings/v8/custom/V8InspectorFrontendHostCustom.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(INSPECTOR)
|
| #include "V8InspectorFrontendHost.h"
|
|
|
| #include "HistogramSupport.h"
|
| @@ -163,4 +162,3 @@ v8::Handle<v8::Value> V8InspectorFrontendHost::recordSettingChangedMethodCustom(
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|