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

Unified Diff: LayoutTests/inspector/debugger/script-formatter.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.html
diff --git a/LayoutTests/inspector/debugger/script-formatter.html b/LayoutTests/inspector/debugger/script-formatter.html
index f1ad46d43e5421712667ff090cf7e7f676663ce4..79bbe8b97d33e71c9e011ac52fe04bc70d2f50d4 100644
--- a/LayoutTests/inspector/debugger/script-formatter.html
+++ b/LayoutTests/inspector/debugger/script-formatter.html
@@ -8,7 +8,7 @@
var test = function()
{
- var panel = WebInspector.panels.scripts;
+ var panel = WebInspector.panels.sources;
var worker = new Worker("ScriptFormatterWorker.js");
InspectorTest.runDebuggerTestSuite([
@@ -41,7 +41,7 @@ var test = function()
function didFormatContent(content, mapping)
{
- var source = WebInspector.panels.scripts.visibleView._textEditor.text();
+ var source = WebInspector.panels.sources.visibleView._textEditor.text();
var formattedSource = content;
function testMapping(string)

Powered by Google App Engine
This is Rietveld 408576698