| Index: Source/core/page/Console.cpp
|
| diff --git a/Source/core/page/Console.cpp b/Source/core/page/Console.cpp
|
| index b731ba6f4368eaaced43af3bb926c6c853006bc1..8a5f4624b4ed54ec83565765438f1b86f06b5bb6 100644
|
| --- a/Source/core/page/Console.cpp
|
| +++ b/Source/core/page/Console.cpp
|
| @@ -195,7 +195,6 @@ void Console::profileEnd(ScriptState* state, const String& title)
|
| if (!profile)
|
| return;
|
|
|
| - m_profiles.append(profile);
|
| RefPtr<ScriptCallStack> callStack(createScriptCallStack(state, 1));
|
| InspectorInstrumentation::addProfile(page, profile, callStack);
|
| }
|
|
|