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

Unified Diff: LayoutTests/inspector/profiler/cpu-profiler-save-load.html

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
Index: LayoutTests/inspector/profiler/cpu-profiler-save-load.html
diff --git a/LayoutTests/inspector/profiler/cpu-profiler-save-load.html b/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
index 0f065f2c08d7a1fc0a7308faf054c9499a305152..ae86ecca2989f702160c22b2164b75a3fd079fb4 100644
--- a/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
+++ b/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
@@ -111,7 +111,7 @@ function test()
{
loadedProfileData = this._jsonifiedProfile;
onTransferFinished.call(this);
- WebInspector.panels.profiles._showProfile(this);
+ WebInspector.panels.profiles.showProfile(this);
}
}

Powered by Google App Engine
This is Rietveld 408576698