| Index: third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
 | 
| diff --git a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
 | 
| index 176fa8e392a8fd2bf4973c73e246760e6cdca61d..13276a2301ef48154993f4275031e6a11c8dfe51 100644
 | 
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
 | 
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
 | 
| @@ -135,13 +135,6 @@ Workspace.UISourceCode = class extends Common.Object {
 | 
|    /**
 | 
|     * @return {boolean}
 | 
|     */
 | 
| -  isFromServiceProject() {
 | 
| -    return Workspace.Project.isServiceProject(this._project);
 | 
| -  }
 | 
| -
 | 
| -  /**
 | 
| -   * @return {boolean}
 | 
| -   */
 | 
|    canRename() {
 | 
|      return this._project.canRename();
 | 
|    }
 | 
| 
 |