| Index: Source/WebCore/bindings/v8/ScriptProfiler.cpp
|
| diff --git a/Source/WebCore/bindings/v8/ScriptProfiler.cpp b/Source/WebCore/bindings/v8/ScriptProfiler.cpp
|
| index f2014dd81edb6e4218d52afaec5ab2702f6235cf..9379836604caa45cd1bf81c3e969c939771b01ff 100644
|
| --- a/Source/WebCore/bindings/v8/ScriptProfiler.cpp
|
| +++ b/Source/WebCore/bindings/v8/ScriptProfiler.cpp
|
| @@ -29,7 +29,6 @@
|
| */
|
|
|
| #include "config.h"
|
| -#if ENABLE(INSPECTOR)
|
| #include "ScriptProfiler.h"
|
|
|
| #include "BindingVisitors.h"
|
| @@ -300,4 +299,3 @@ ProfileNameIdleTimeMap* ScriptProfiler::currentProfileNameIdleTimeMap()
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(INSPECTOR)
|
|
|