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

Unified Diff: LayoutTests/inspector/debugger/selected-call-frame-after-formatting-source.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/selected-call-frame-after-formatting-source.html
diff --git a/LayoutTests/inspector/debugger/selected-call-frame-after-formatting-source.html b/LayoutTests/inspector/debugger/selected-call-frame-after-formatting-source.html
index 2b2fa138899b27e50229041815c8fa6e04552ead..a3158c65c9b4f39307f5422f37943624eaddac10 100644
--- a/LayoutTests/inspector/debugger/selected-call-frame-after-formatting-source.html
+++ b/LayoutTests/inspector/debugger/selected-call-frame-after-formatting-source.html
@@ -19,7 +19,7 @@ function testFunction2()
var test = function()
{
InspectorTest.startDebuggerTest(step1);
- var panel = WebInspector.panels.scripts;
+ var panel = WebInspector.panels.sources;
var sourceFrame;
function step1()
« no previous file with comments | « LayoutTests/inspector/debugger/scripts-sorting.html ('k') | LayoutTests/inspector/debugger/set-breakpoint.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698