Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1436)

Unified Diff: Source/core/page/Console.cpp

Issue 15816002: Remove console.profiles from window.console API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/page/Console.h ('k') | Source/core/page/Console.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
}
« no previous file with comments | « Source/core/page/Console.h ('k') | Source/core/page/Console.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698