| Index: third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js b/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
|
| index 08a881e539a6fb65a90391ee96cd8144cb48e4d4..90c9904a5083de4f78378c5877000349367abf7c 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
|
| @@ -237,6 +237,15 @@ Persistence.FileSystemWorkspaceBinding.FileSystem = class extends Workspace.Proj
|
| }
|
|
|
| /**
|
| + * @override
|
| + * @param {!Workspace.UISourceCode} uiSourceCode
|
| + * @return {string}
|
| + */
|
| + mimeType(uiSourceCode) {
|
| + return Common.ResourceType.mimeFromURL(uiSourceCode.url()) || 'text/plain';
|
| + }
|
| +
|
| + /**
|
| * @return {!Array<string>}
|
| */
|
| initialGitFolders() {
|
|
|