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

Unified Diff: LayoutTests/inspector/debugger/script-formatter-console.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/script-formatter-console.html
diff --git a/LayoutTests/inspector/debugger/script-formatter-console.html b/LayoutTests/inspector/debugger/script-formatter-console.html
index f33fa8c82756234268e3c915604554ced3c45bde..b4a35aeeb60641b4d499ac272126035a4a772fe5 100644
--- a/LayoutTests/inspector/debugger/script-formatter-console.html
+++ b/LayoutTests/inspector/debugger/script-formatter-console.html
@@ -13,7 +13,7 @@ function f1()
var test = function()
{
- var panel = WebInspector.panels.scripts;
+ var panel = WebInspector.panels.sources;
var worker = new Worker("ScriptFormatterWorker.js");
var sourceFrame;
« no previous file with comments | « LayoutTests/inspector/debugger/script-formatter-breakpoints.html ('k') | LayoutTests/inspector/debugger/scripts-panel.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698