| 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 e11f4e824e719266af42acf9155a308e0c93fe2e..d8fe76ba6e3e4ab80107a3dda823e143d03c9a37 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)
|
| @@ -705,9 +704,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
|
|
|