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

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

Issue 211003002: DevTools: rename SourceEditor to SourceView, make entire SourcesPanel a drop target. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: For landing 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/Tests.js ('k') | Source/devtools/front_end/sourcesPanel.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/modules.js
diff --git a/Source/devtools/front_end/modules.js b/Source/devtools/front_end/modules.js
index 9764f5aeda8bddc76d7a3eda3c6fb5a5b3d6375c..a250fc5e745f092dc4d5b0d9e91c02717a5d3b18 100644
--- a/Source/devtools/front_end/modules.js
+++ b/Source/devtools/front_end/modules.js
@@ -145,11 +145,11 @@ var allDescriptors = [
className: "WebInspector.SourcesPanel.UILocationRevealer"
},
{
- type: "@WebInspector.SourcesEditor.EditorAction",
+ type: "@WebInspector.SourcesView.EditorAction",
className: "WebInspector.InplaceFormatterEditorAction"
},
{
- type: "@WebInspector.SourcesEditor.EditorAction",
+ type: "@WebInspector.SourcesView.EditorAction",
className: "WebInspector.ScriptFormatterEditorAction"
},
{
« no previous file with comments | « Source/devtools/front_end/Tests.js ('k') | Source/devtools/front_end/sourcesPanel.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698