| 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 a3d6068f0624ac33973f76cb1cefb05f7a13e8eb..1903680ef354070a9f6d2808509229b1d53c1f18 100644
|
| --- a/Source/devtools/front_end/settings/EditFileSystemDialog.js
|
| +++ b/Source/devtools/front_end/settings/EditFileSystemDialog.js
|
| @@ -38,7 +38,7 @@ WebInspector.EditFileSystemDialog = function(fileSystemPath)
|
| WebInspector.DialogDelegate.call(this);
|
| this._fileSystemPath = fileSystemPath;
|
|
|
| - this.element = document.createElementWithClass("div", "dialog-contents");
|
| + this.element = createElementWithClass("div", "dialog-contents");
|
|
|
| var header = this.element.createChild("div", "header");
|
| var headerText = header.createChild("span");
|
|
|