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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-step-out.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/sources/debugger/debugger-step-out.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-step-out.html b/LayoutTests/inspector/sources/debugger/debugger-step-out.html
index dfd344e605a3aec3248238b79f1e925eb5ebbd79..a2a1abdd1d6d57caa54eb748f46e48c7ccc7409c 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-step-out.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-step-out.html
@@ -28,7 +28,7 @@ var test = function()
InspectorTest.captureStackTrace(callFrames);
InspectorTest.addResult("Stepping out...");
InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step3));
- WebInspector.panels.sources._stepOutButton.element.click();
+ WebInspector.inspectorView.panel("sources")._stepOutButton.element.click();
}
function step3(callFrames)

Powered by Google App Engine
This is Rietveld 408576698