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

Unified Diff: LayoutTests/inspector/profiler/profiler-test.js

Issue 147923011: Remove unnecessary _profileTypesByIdMap map (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 6 years, 11 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 | « LayoutTests/inspector/profiler/heap-snapshot-test.js ('k') | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector/profiler/profiler-test.js
diff --git a/LayoutTests/inspector/profiler/profiler-test.js b/LayoutTests/inspector/profiler/profiler-test.js
index 0c530ea0601464f9d0eabaa648ade5a5cd889414..6e9619e5c45b7aaaf98eb6aea13b959efb91c0a6 100644
--- a/LayoutTests/inspector/profiler/profiler-test.js
+++ b/LayoutTests/inspector/profiler/profiler-test.js
@@ -45,7 +45,7 @@ InspectorTest.showProfileWhenAdded = function(title)
InspectorTest._profileHeaderAdded = function(profile)
{
if (InspectorTest._showProfileWhenAdded === profile.title)
- WebInspector.panels.profiles._showProfile(profile);
+ WebInspector.panels.profiles.showProfile(profile);
};
InspectorTest.waitUntilProfileViewIsShown = function(title, callback)
« no previous file with comments | « LayoutTests/inspector/profiler/heap-snapshot-test.js ('k') | Source/devtools/front_end/CPUProfileView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698