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

Unified Diff: LayoutTests/inspector/debugger/debugger-step-out.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-out.html
diff --git a/LayoutTests/inspector/debugger/debugger-step-out.html b/LayoutTests/inspector/debugger/debugger-step-out.html
index 37461b11219251405c52b653503d855e24feea54..932a81518d2b8a467447e9a04048793edcbcbba3 100644
--- a/LayoutTests/inspector/debugger/debugger-step-out.html
+++ b/LayoutTests/inspector/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.scripts._stepOutButton.element.click();
+ WebInspector.panels.sources._stepOutButton.element.click();
}
function step3(callFrames)

Powered by Google App Engine
This is Rietveld 408576698