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

Unified Diff: LayoutTests/inspector/debugger/debugger-change-variable.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-change-variable.html
diff --git a/LayoutTests/inspector/debugger/debugger-change-variable.html b/LayoutTests/inspector/debugger/debugger-change-variable.html
index 0f048be19a18b2e71c97510132ccc94f4ce6960a..949ec4223b261c63e9baaf95504f94fab52eebd9 100644
--- a/LayoutTests/inspector/debugger/debugger-change-variable.html
+++ b/LayoutTests/inspector/debugger/debugger-change-variable.html
@@ -27,7 +27,7 @@ var test = function()
function step2(callFrames)
{
- var pane = WebInspector.panels.scripts.sidebarPanes.callstack;
+ var pane = WebInspector.panels.sources.sidebarPanes.callstack;
pane._placardSelected(pane.placards[1]);
InspectorTest.runAfterPendingDispatches(step3);
}
@@ -41,7 +41,7 @@ var test = function()
{
InspectorTest.addResult("Evaluated script on the calling frame: " + result);
- var pane = WebInspector.panels.scripts.sidebarPanes.scopechain;
+ var pane = WebInspector.panels.sources.sidebarPanes.scopechain;
var localsSection = pane._sections[0];
localsSection.object.setPropertyValue("localObject", "({ a: -290})", step5);
}

Powered by Google App Engine
This is Rietveld 408576698