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

Unified Diff: Source/devtools/front_end/SourcesPanel.js

Issue 214793004: DevTools: Rename SourcesEditor.js to SourcesView.js (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined Created 6 years, 9 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
« no previous file with comments | « Source/devtools/front_end/SourcesEditor.js ('k') | Source/devtools/front_end/SourcesView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/SourcesPanel.js
diff --git a/Source/devtools/front_end/SourcesPanel.js b/Source/devtools/front_end/SourcesPanel.js
index f245d6dcb99a84561e6d0009bbf21ac86a20998b..e617973d7bc8b7143647d1f6f423ba6e747f9ccc 100644
--- a/Source/devtools/front_end/SourcesPanel.js
+++ b/Source/devtools/front_end/SourcesPanel.js
@@ -46,7 +46,7 @@ importScript("ThreadsToolbar.js");
importScript("ScriptFormatterEditorAction.js");
importScript("InplaceFormatterEditorAction.js");
importScript("ScriptFormatter.js");
-importScript("SourcesEditor.js");
+importScript("SourcesView.js");
/**
* @constructor
« no previous file with comments | « Source/devtools/front_end/SourcesEditor.js ('k') | Source/devtools/front_end/SourcesView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698