| 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..6def2a469c2797afd3a73a937812710370147bc8 100644
|
| --- a/Source/devtools/front_end/settings/EditFileSystemDialog.js
|
| +++ b/Source/devtools/front_end/settings/EditFileSystemDialog.js
|
| @@ -36,10 +36,9 @@
|
| WebInspector.EditFileSystemDialog = function(fileSystemPath)
|
| {
|
| WebInspector.DialogDelegate.call(this);
|
| + this.element.classList.add("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");
|
|
|