| 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');
|
| this.contentElement.createChild('label').textContent = Common.UIString('Source map URL: ');
|
|
|
| this._input = this.contentElement.createChild('input');
|
|
|