| Index: Source/devtools/front_end/workspace/FileSystemMapping.js
|
| diff --git a/Source/devtools/front_end/workspace/FileSystemMapping.js b/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| index c8f362e751290825623b0d4c7e248decc4161023..8ab561cff38ad0a4986d244d4eb48cb59ad768f8 100644
|
| --- a/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| +++ b/Source/devtools/front_end/workspace/FileSystemMapping.js
|
| @@ -35,7 +35,7 @@
|
| WebInspector.FileSystemMapping = function()
|
| {
|
| WebInspector.Object.call(this);
|
| - this._fileSystemMappingSetting = WebInspector.settings.createLocalSetting("fileSystemMapping", {});
|
| + this._fileSystemMappingSetting = WebInspector.settings.createSetting("fileSystemMapping", {});
|
| /** @type {!Object.<string, !Array.<!WebInspector.FileSystemMapping.Entry>>} */
|
| this._fileSystemMappings = {};
|
| this._loadFromSettings();
|
|
|