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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.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-bottom-up-times.html
diff --git a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
index 478da07633e1b856ee3927ce7a1639364c084b0f..621d81ba8bd3cbdf49e474e7818dfced797cc949 100644
--- a/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
+++ b/third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-bottom-up-times.html
@@ -9,7 +9,7 @@ function test()
var profileAndExpectations = {
"title": "profile1",
"target": function() {
- return WebInspector.targetManager.targets()[0];
+ return SDK.targetManager.targets()[0];
},
"_profile": {
"nodes": [
@@ -113,7 +113,7 @@ function test()
"endTime": 1e6
}
};
- var view = new WebInspector.CPUProfileView(profileAndExpectations);
+ var view = new Profiler.CPUProfileView(profileAndExpectations);
view.viewSelectComboBox.setSelectedIndex(1);
view._changeView();
var tree = view.profileDataGridTree;

Powered by Google App Engine
This is Rietveld 408576698