| Index: third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| index defaecff994b2c1d717901d77ef06bd9189e65f7..8cd7a60d4a21b826484ba3331a20edcf7cac45a4 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js
|
| @@ -157,7 +157,6 @@ Sources.NavigatorView = class extends UI.VBox {
|
| var typeWeight1 = Sources.NavigatorView._treeElementOrder(treeElement1);
|
| var typeWeight2 = Sources.NavigatorView._treeElementOrder(treeElement2);
|
|
|
| - var result;
|
| if (typeWeight1 > typeWeight2)
|
| return 1;
|
| if (typeWeight1 < typeWeight2)
|
| @@ -690,9 +689,6 @@ Sources.NavigatorView = class extends UI.VBox {
|
| * @param {!Workspace.UISourceCode=} uiSourceCodeToCopy
|
| */
|
| create(project, path, uiSourceCodeToCopy) {
|
| - var filePath;
|
| - var uiSourceCode;
|
| -
|
| /**
|
| * @this {Sources.NavigatorView}
|
| * @param {?string} content
|
|
|