| 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 c3aea93e002ad16cc3459036b830bcbf9303c224..6dcc03939a92d944e9fdcdf9df3bc31a2eb18e08 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 @@
|
| WebInspector.AddSourceMapURLDialog = function(callback)
|
| {
|
| WebInspector.HBox.call(this, true);
|
| - this.registerRequiredCSS("sources/addSourceMapURLDialog.css");
|
| + this.registerRequiredCSS("ui_lazy/dialog.css");
|
| this.contentElement.createChild("label").textContent = WebInspector.UIString("Source map URL: ");
|
|
|
| this._input = this.contentElement.createChild("input");
|
|
|