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

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

Issue 206063003: DevTools: Extract SourcesEditor from SourcesPanel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/devtools/front_end/modules.js
diff --git a/Source/devtools/front_end/modules.js b/Source/devtools/front_end/modules.js
index 2ae34ae4b7ba0fd946103e6dd4d9d4c991c79f01..fbcf42cdff2c65ba351df3ab6dba3d950f015078 100644
--- a/Source/devtools/front_end/modules.js
+++ b/Source/devtools/front_end/modules.js
@@ -147,11 +147,11 @@ var allDescriptors = [
className: "WebInspector.SourcesPanel.UILocationRevealer"
},
{
- type: "@WebInspector.SourcesPanel.EditorAction",
+ type: "@WebInspector.SourcesEditor.EditorAction",
className: "WebInspector.InplaceFormatterEditorAction"
},
{
- type: "@WebInspector.SourcesPanel.EditorAction",
+ type: "@WebInspector.SourcesEditor.EditorAction",
className: "WebInspector.ScriptFormatterEditorAction"
},
{

Powered by Google App Engine
This is Rietveld 408576698