Index: third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorUtils.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorUtils.js |
similarity index 99% |
rename from third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js |
rename to third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorUtils.js |
index 0a252b7182ae054ac485b660a23b8c760ef9e90c..d543b80e0d435be860b99c21cc80f35b11951e82 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/CodeMirrorUtils.js |
+++ b/third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorUtils.js |
@@ -214,7 +214,7 @@ WebInspector.CodeMirrorCSSLoadView = function() |
WebInspector.VBox.call(this); |
this.element.classList.add("hidden"); |
this.registerRequiredCSS("cm/codemirror.css"); |
- this.registerRequiredCSS("source_frame/cmdevtools.css"); |
+ this.registerRequiredCSS("text_editor/cmdevtools.css"); |
WebInspector.CodeMirrorUtils.appendThemeStyle(this.element); |
} |