| Index: Source/WebCore/bindings/v8/ScriptProfile.cpp
|
| diff --git a/Source/WebCore/bindings/v8/ScriptProfile.cpp b/Source/WebCore/bindings/v8/ScriptProfile.cpp
|
| index 12708c7466af2c507100c285d999f7f525f04c04..70766bca2cc6fb719cc28107128e55a06060d591 100644
|
| --- a/Source/WebCore/bindings/v8/ScriptProfile.cpp
|
| +++ b/Source/WebCore/bindings/v8/ScriptProfile.cpp
|
| @@ -65,7 +65,6 @@ double ScriptProfile::idleTime() const
|
| return m_idleTime;
|
| }
|
|
|
| -#if ENABLE(INSPECTOR)
|
| static PassRefPtr<TypeBuilder::Profiler::CPUProfileNode> buildInspectorObjectFor(const v8::CpuProfileNode* node)
|
| {
|
| v8::HandleScope handleScope;
|
| @@ -105,6 +104,5 @@ PassRefPtr<TypeBuilder::Array<int> > ScriptProfile::buildInspectorObjectForSampl
|
| return array.release();
|
| }
|
|
|
| -#endif
|
|
|
| } // namespace WebCore
|
|
|