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

Unified Diff: Source/core/inspector/ScriptProfile.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/inspector/ScriptProfile.h ('k') | Source/core/inspector/ScriptProfile.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/ScriptProfile.cpp
diff --git a/Source/core/inspector/ScriptProfile.cpp b/Source/core/inspector/ScriptProfile.cpp
index ff5a02d70730ac6934d7e1a6f1afdd41e4a855cb..4755177b3a2f554c6648d66f7b2616f13af2f5b1 100644
--- a/Source/core/inspector/ScriptProfile.cpp
+++ b/Source/core/inspector/ScriptProfile.cpp
@@ -55,11 +55,6 @@ unsigned int ScriptProfile::uid() const
return m_profile->GetUid();
}
-PassRefPtr<ScriptProfileNode> ScriptProfile::head() const
-{
- return ScriptProfileNode::create(m_profile->GetTopDownRoot());
-}
-
double ScriptProfile::idleTime() const
{
return m_idleTime;
« no previous file with comments | « Source/core/inspector/ScriptProfile.h ('k') | Source/core/inspector/ScriptProfile.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698