| Index: third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| index 53330eaf1b6d70613d5325fc1ae61ec413b39a65..d79c5ff84d10d072ff54c46515879cef000f45e1 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/IsolatedFileSystem.js
|
| @@ -526,7 +526,7 @@ WebInspector.IsolatedFileSystem.prototype = {
|
| _saveExcludedFolders: function()
|
| {
|
| var settingValue = this._excludedFoldersSetting.get();
|
| - settingValue[this._path] = Array.from(this._excludedFolders.values());
|
| + settingValue[this._path] = this._excludedFolders.valuesArray();
|
| this._excludedFoldersSetting.set(settingValue);
|
| },
|
|
|
|
|