| Index: third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
|
| rename to third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| index 4c3a094d077ebcc73047b3a0e910ae03d52c7ac8..5195fa73a6d4aeba78c88fd15aa7394feac90aee 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorTextEditor.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorTextEditor.js
|
| @@ -39,7 +39,7 @@ WebInspector.CodeMirrorTextEditor = function()
|
| this._gutters = ["CodeMirror-linenumbers"];
|
|
|
| this.registerRequiredCSS("cm/codemirror.css");
|
| - this.registerRequiredCSS("source_frame/cmdevtools.css");
|
| + this.registerRequiredCSS("text_editor/cmdevtools.css");
|
|
|
| WebInspector.CodeMirrorUtils.appendThemeStyle(this.element);
|
|
|
|
|