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

Unified Diff: Source/devtools/front_end/ui/View.js

Issue 283833006: DevTools: Fix content_shell devtools built in debug_devtools=1 mode (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix codemirror CSS copying in debug_devtools=0 mode Created 6 years, 7 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/buildSystemOnly.js ('k') | Source/devtools/scripts/generate_devtools_grd.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ui/View.js
diff --git a/Source/devtools/front_end/ui/View.js b/Source/devtools/front_end/ui/View.js
index 45620fb6e0d0742891d7752a3eaaf07a6694673b..a555c966863fadc31e4fbddad7f2dc31c3013f97 100644
--- a/Source/devtools/front_end/ui/View.js
+++ b/Source/devtools/front_end/ui/View.js
@@ -350,8 +350,6 @@ WebInspector.View.prototype = {
registerRequiredCSS: function(cssFile)
{
- if (window.flattenImports)
- cssFile = cssFile.split("/").reverse()[0];
this._cssFiles.push(cssFile);
},
« no previous file with comments | « Source/devtools/front_end/buildSystemOnly.js ('k') | Source/devtools/scripts/generate_devtools_grd.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698