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

Unified Diff: LayoutTests/inspector/debugger/debugger-step-in.html

Issue 23484056: [DevTools] Renaming Scripts panel to Sources panel (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Modified missed files Created 7 years, 3 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/debugger/debugger-step-in.html
diff --git a/LayoutTests/inspector/debugger/debugger-step-in.html b/LayoutTests/inspector/debugger/debugger-step-in.html
index bb6c69f26d1d4aa26f4cf9d0463197f1a4d487aa..ec3d856f6128b61377d225aa114076f6dc900278 100644
--- a/LayoutTests/inspector/debugger/debugger-step-in.html
+++ b/LayoutTests/inspector/debugger/debugger-step-in.html
@@ -30,7 +30,7 @@ var test = function()
InspectorTest.captureStackTrace(callFrames);
if (stepCount < 2) {
InspectorTest.addResult("Stepping into...");
- WebInspector.panels.scripts._stepIntoButton.element.click();
+ WebInspector.panels.sources._stepIntoButton.element.click();
InspectorTest.waitUntilResumed(InspectorTest.waitUntilPaused.bind(InspectorTest, step2));
} else
InspectorTest.completeDebuggerTest();

Powered by Google App Engine
This is Rietveld 408576698