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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
index 0bd0b122d59f077934a9c38fca4bde3ba07704c2..9868123845c3bdec88b23c2c80a4038de079d5dd 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.html
@@ -17,7 +17,7 @@ function test()
{
InspectorTest.startProfilerTest(function() {
function viewLoaded() {
- var profiles = UI.panels.js_profiler;
+ var profiles = UI.panels.heap_profiler;
var type = Profiler.ProfileTypeRegistry.instance.cpuProfileType;
while (type.getProfiles().length !== 0)
type.removeProfile(type.getProfiles()[0]);
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-save-load.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698