| Index: Source/WebCore/page/Console.cpp
|
| diff --git a/Source/WebCore/page/Console.cpp b/Source/WebCore/page/Console.cpp
|
| index 5445a6cd45fd9ae4058edd7a175209300fcee510..57f77949df8138cc341829e363d172b0f1be88df 100644
|
| --- a/Source/WebCore/page/Console.cpp
|
| +++ b/Source/WebCore/page/Console.cpp
|
| @@ -185,7 +185,6 @@ void Console::markTimeline(PassRefPtr<ScriptArguments> arguments)
|
| InspectorInstrumentation::consoleTimeStamp(m_frame, arguments);
|
| }
|
|
|
| -#if ENABLE(JAVASCRIPT_DEBUGGER)
|
|
|
| void Console::profile(const String& title, ScriptState* state)
|
| {
|
| @@ -226,7 +225,6 @@ void Console::profileEnd(const String& title, ScriptState* state)
|
| InspectorInstrumentation::addProfile(page, profile, callStack);
|
| }
|
|
|
| -#endif
|
|
|
| void Console::time(const String& title)
|
| {
|
|
|