| 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 fec928ab97abeb60429ceea063a348dcfe7358be..641ec2fa514d8f401d5043678cf34441067ef955 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
|
| @@ -310,6 +310,16 @@ Persistence.FileSystemWorkspaceBinding.FileSystem = class extends Workspace.Proj
|
|
|
| /**
|
| * @override
|
| + * @param {!Workspace.UISourceCode} uiSourceCode
|
| + * @return {!Promise<?string>}
|
| + */
|
| + requestOriginalFileContent(uiSourceCode) {
|
| + return Promise.resolve(/** @type {?string} **/ (null));
|
| + }
|
| +
|
| +
|
| + /**
|
| + * @override
|
| * @return {boolean}
|
| */
|
| canSetFileContent() {
|
|
|