| Index: Source/WebCore/inspector/ScriptCallFrame.cpp
|
| diff --git a/Source/WebCore/inspector/ScriptCallFrame.cpp b/Source/WebCore/inspector/ScriptCallFrame.cpp
|
| index 114c24d933005a07d299896e3c24eafbf68244c6..544dd3e56304b2edc3d5fd69abe01c6f7889ac6e 100644
|
| --- a/Source/WebCore/inspector/ScriptCallFrame.cpp
|
| +++ b/Source/WebCore/inspector/ScriptCallFrame.cpp
|
| @@ -56,7 +56,6 @@ bool ScriptCallFrame::isEqual(const ScriptCallFrame& o) const
|
| && m_lineNumber == o.m_lineNumber;
|
| }
|
|
|
| -#if ENABLE(INSPECTOR)
|
| PassRefPtr<TypeBuilder::Console::CallFrame> ScriptCallFrame::buildInspectorObject() const
|
| {
|
| return TypeBuilder::Console::CallFrame::create()
|
| @@ -66,6 +65,5 @@ PassRefPtr<TypeBuilder::Console::CallFrame> ScriptCallFrame::buildInspectorObjec
|
| .setColumnNumber(m_column)
|
| .release();
|
| }
|
| -#endif
|
|
|
| } // namespace WebCore
|
|
|