| Index: third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js b/third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js
|
| index ae658b81efcbeeec09bc6cdfa41fc36249e631c4..0908dd5734b42f26d5e8387b36d40d4c815f09af 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/settings/EditFileSystemView.js
|
| @@ -36,6 +36,7 @@
|
| WebInspector.EditFileSystemView = function(fileSystemPath)
|
| {
|
| WebInspector.VBox.call(this);
|
| + this.registerRequiredCSS("settings/settingsScreen.css");
|
| this.element.classList.add("dialog-contents", "settings-dialog", "settings-tab");
|
| this._fileSystemPath = fileSystemPath;
|
|
|
|
|