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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots Created 4 years, 1 month 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-flame-chart-overview.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
index be6c3651c78ed60d178e4c75495b61a71baa9994..9ce3b5ffc6d9d1ec3241b93ce30a31d9fa0621f6 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-flame-chart-overview.html
@@ -935,7 +935,7 @@ function test()
profile.timeDeltas = [0, ...new Array(profile.samples.length - 1).fill(samplingInterval)];
profileAndExpectations.target = () => {};
profileAndExpectations.weakTarget = () => new WeakReference(null);
- var cpuProfileView = new WebInspector.CPUProfileView(profileAndExpectations);
+ var cpuProfileView = new Profiler.CPUProfileView(profileAndExpectations);
cpuProfileView.viewSelectComboBox.setSelectedIndex(0);
cpuProfileView._changeView();
var overviewPane = cpuProfileView._flameChart._overviewPane;

Powered by Google App Engine
This is Rietveld 408576698