| 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 5a4b67350debc272e9e6ff0a9935a348def3f45a..12d57bdbdfd40279f4ce151bd0b505c5b6bf3b30 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/workspace/UISourceCode.js
|
| @@ -173,7 +173,6 @@ Workspace.UISourceCode = class extends Common.Object {
|
| * @param {!Common.ResourceType=} contentType
|
| */
|
| _updateName(name, url, contentType) {
|
| - var oldURL = this.url();
|
| this._url = this._url.substring(0, this._url.length - this._name.length) + name;
|
| this._name = name;
|
| if (url)
|
|
|