| Index: Source/core/inspector/InspectorConsoleAgent.cpp
|
| diff --git a/Source/core/inspector/InspectorConsoleAgent.cpp b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| index e530edd3d1c7458d3ee0f068c1d7ca7c72fab4f4..a2b042b1cd537c69cbb846afbf645c6b6c8efc1d 100644
|
| --- a/Source/core/inspector/InspectorConsoleAgent.cpp
|
| +++ b/Source/core/inspector/InspectorConsoleAgent.cpp
|
| @@ -234,7 +234,7 @@ void InspectorConsoleAgent::consoleTimelineEnd(ExecutionContext* context, const
|
|
|
| void InspectorConsoleAgent::consoleCount(ScriptState* scriptState, PassRefPtrWillBeRawPtr<ScriptArguments> arguments)
|
| {
|
| - RefPtrWillBeRawPtr<ScriptCallStack> callStack(createScriptCallStackForConsole(scriptState));
|
| + RefPtrWillBeRawPtr<ScriptCallStack> callStack(createScriptCallStackForConsole(scriptState, 1));
|
| const ScriptCallFrame& lastCaller = callStack->at(0);
|
| // Follow Firebug's behavior of counting with null and undefined title in
|
| // the same bucket as no argument
|
|
|