Index: Source/devtools/front_end/settings/EditFileSystemDialog.js |
diff --git a/Source/devtools/front_end/settings/EditFileSystemDialog.js b/Source/devtools/front_end/settings/EditFileSystemDialog.js |
index 88f0377935140ccef284260a2e1cb780b818cbe0..dc8fd8bc557524021bbc1f64e644d9e854eb2edd 100644 |
--- a/Source/devtools/front_end/settings/EditFileSystemDialog.js |
+++ b/Source/devtools/front_end/settings/EditFileSystemDialog.js |
@@ -35,11 +35,9 @@ |
*/ |
WebInspector.EditFileSystemDialog = function(fileSystemPath) |
{ |
- WebInspector.DialogDelegate.call(this); |
+ WebInspector.DialogDelegate.call(this, createElementWithClass("div", "dialog-contents")); |
this._fileSystemPath = fileSystemPath; |
- this.element = createElementWithClass("div", "dialog-contents"); |
- |
var header = this.element.createChild("div", "header"); |
var headerText = header.createChild("span"); |
headerText.textContent = WebInspector.UIString("Edit file system"); |