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

Unified Diff: third_party/WebKit/Source/devtools/front_end/text_editor/CodeMirrorUtils.js

Issue 2271683003: DevTools: Move CodeMirrorTextEditor into text_editor module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 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: 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);
}

Powered by Google App Engine
This is Rietveld 408576698