| 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 a867498f35d2be6ab0ccd590f742894595813ca7..8091642bebe380935fc48ef7a856273015a9bb6b 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/persistence/FileSystemWorkspaceBinding.js
 | 
| @@ -229,6 +229,14 @@ Persistence.FileSystemWorkspaceBinding.FileSystem = class extends Workspace.Proj
 | 
|  
 | 
|    /**
 | 
|     * @override
 | 
| +   * @return {boolean}
 | 
| +   */
 | 
| +  isServiceProject() {
 | 
| +    return false;
 | 
| +  }
 | 
| +
 | 
| +  /**
 | 
| +   * @override
 | 
|     * @param {!Workspace.UISourceCode} uiSourceCode
 | 
|     * @return {!Promise<?Workspace.UISourceCodeMetadata>}
 | 
|     */
 | 
| 
 |