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

Unified Diff: LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html

Issue 268293003: DevTools: Get rid of WebInspector.panels (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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: LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
diff --git a/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html b/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
index 613719d87708ca6f4490b7a83bf35c5922bd03cf..17cc258b9b97dde836a05d2d0976d175d4225641 100644
--- a/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
+++ b/LayoutTests/inspector/profiler/canvas2d/canvas-replay-log-grid.html
@@ -40,7 +40,7 @@ function test()
WebInspector.experimentsSettings.canvasInspection.isEnabled = function() { return true; };
WebInspector.inspectorView.showPanel("profiles");
- var profilesPanel = WebInspector.panels.profiles;
+ var profilesPanel = WebInspector.inspectorView.panel("profiles");
var typeRegistry = WebInspector.ProfileTypeRegistry.instance;
var profileType = typeRegistry.canvasProfileType;

Powered by Google App Engine
This is Rietveld 408576698