Index: Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
diff --git a/Source/devtools/front_end/sources/AddSourceMapURLDialog.js b/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
index 0b6e4810c49c941b87da95935398635e8eda26c7..a1c717d6536e72ae879b02366c041e5f2cec2493 100644 |
--- a/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
+++ b/Source/devtools/front_end/sources/AddSourceMapURLDialog.js |
@@ -9,9 +9,8 @@ |
*/ |
WebInspector.AddSourceMapURLDialog = function(callback) |
{ |
- WebInspector.DialogDelegate.call(this); |
+ WebInspector.DialogDelegate.call(this, createElementWithClass("div", "go-to-line-dialog")); |
- this.element = createElementWithClass("div", "go-to-line-dialog"); |
this.element.createChild("label").textContent = WebInspector.UIString("Source map URL: "); |
this._input = this.element.createChild("input"); |