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

Unified Diff: LayoutTests/inspector/debugger/debugger-eval-while-paused.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-eval-while-paused.html
diff --git a/LayoutTests/inspector/debugger/debugger-eval-while-paused.html b/LayoutTests/inspector/debugger/debugger-eval-while-paused.html
index f0602c80bb1c25bb42b6e0595d28361459b2fcee..b44fc139794abc8814068d3f69b80a5454e1537e 100644
--- a/LayoutTests/inspector/debugger/debugger-eval-while-paused.html
+++ b/LayoutTests/inspector/debugger/debugger-eval-while-paused.html
@@ -35,7 +35,7 @@ var test = function()
function step3(callFrames, result)
{
InspectorTest.addResult("Evaluated script on the top frame: " + result);
- var pane = WebInspector.panels.scripts.sidebarPanes.callstack;
+ var pane = WebInspector.panels.sources.sidebarPanes.callstack;
pane._placardSelected(pane.placards[1]);
InspectorTest.runAfterPendingDispatches(step4);
}
« no previous file with comments | « LayoutTests/inspector/debugger/debugger-change-variable.html ('k') | LayoutTests/inspector/debugger/debugger-step-in.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698