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

Unified Diff: LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.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-into-event-listener.html
diff --git a/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html b/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
index 722c2bb2e825321834a467d0ca9a1560e74f4a8c..0be6cbffa1668c54b195705f624101251c402d8b 100644
--- a/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
+++ b/LayoutTests/inspector/sources/debugger/debugger-step-into-event-listener.html
@@ -51,7 +51,7 @@ var test = function()
if (stepCount < 5) {
InspectorTest.addResult("Stepping into...");
- WebInspector.panels.sources._stepIntoButton.element.click();
+ WebInspector.inspectorView.panel("sources")._stepIntoButton.element.click();
InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
} else
InspectorTest.completeDebuggerTest();

Powered by Google App Engine
This is Rietveld 408576698