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

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

Issue 2657893002: DevTools: temporarily revert Timeline->Performance rename. (Closed)
Patch Set: Introduce progress monitor Created 3 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: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
index 6b4aa5429014cc52026cdede68e0fb59d4324b09..577454321adead72b1180fda780dbb1fed9f8341 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html
@@ -102,7 +102,7 @@ function test()
}
next();
}
- var profilesPanel = UI.panels.js_profiler;
+ var profilesPanel = UI.panels.heap_profiler;
var profileName = file.name.substr(0, file.name.length - ".cpuprofile".length);
InspectorTest.waitUntilProfileViewIsShown(profileName, checkLoadedContent);
profilesPanel._loadFromFile(file);
@@ -111,7 +111,7 @@ function test()
{
loadedProfileData = this._jsonifiedProfile;
onTransferFinished.call(this);
- UI.panels.js_profiler.showProfile(this);
+ UI.panels.heap_profiler.showProfile(this);
}
}

Powered by Google App Engine
This is Rietveld 408576698