| Index: third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js b/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| index a75de2816a17947ad278bb3329c7ac0d9b46a334..d519b1a48154f028ed0a777ee04dc33bba5addc8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/bindings/FileSystemWorkspaceBinding.js
|
| @@ -219,6 +219,14 @@ WebInspector.FileSystemWorkspaceBinding.FileSystem.prototype = {
|
| },
|
|
|
| /**
|
| + * @return {!Array<string>}
|
| + */
|
| + gitFolders: function()
|
| + {
|
| + return this._fileSystem.gitFolders().map(folder => this._fileSystemPath + "/" + folder);
|
| + },
|
| +
|
| + /**
|
| * @param {!WebInspector.UISourceCode} uiSourceCode
|
| * @return {string}
|
| */
|
|
|