Index: third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js b/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
index 36cb16c664d52c31e8ed1381debc1615a7a9d930..6b683ad0bd626685c71c94c9503606ec64338c20 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
@@ -10,7 +10,7 @@ Sources.AddSourceMapURLDialog = class extends UI.HBox { |
*/ |
constructor(callback) { |
super(true); |
- this.registerRequiredCSS('ui_lazy/dialog.css'); |
+ this.registerRequiredCSS('sources/dialog.css'); |
pfeldman
2017/01/09 19:29:48
It should rather be in ui/
chenwilliam
2017/01/09 22:49:15
I've reverted my change to ui_lazy/dialog.css in m
|
this.contentElement.createChild('label').textContent = Common.UIString('Source map URL: '); |
this._input = this.contentElement.createChild('input'); |