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

Unified Diff: third_party/WebKit/LayoutTests/inspector/profiler/cpu-profiler-profile-removal.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-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 9c8971962aef40dd9eab62ada47e151d4614a211..3a696a318c7f6c588e97f936254bb478c2cd0b0a 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,8 +17,8 @@ function test()
{
InspectorTest.startProfilerTest(function() {
function viewLoaded() {
- var profiles = WebInspector.panels.profiles;
- var type = WebInspector.ProfileTypeRegistry.instance.cpuProfileType;
+ var profiles = UI.panels.profiles;
+ var type = Profiler.ProfileTypeRegistry.instance.cpuProfileType;
while (type.getProfiles().length !== 0)
type.removeProfile(type.getProfiles()[0]);
InspectorTest.addResult("Profile groups after removal:");

Powered by Google App Engine
This is Rietveld 408576698