| Index: third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js b/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| index 4a669a482cca03f5281a626caf9473e27d313417..096fbde004741bdcddf91d46a196d842e237c301 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js
|
| @@ -298,7 +298,6 @@ Sources.TabbedEditorContainer = class extends Common.Object {
|
| if (!shouldPrompt ||
|
| confirm(Common.UIString('Are you sure you want to close unsaved file: %s?', uiSourceCode.name()))) {
|
| uiSourceCode.resetWorkingCopy();
|
| - var previousView = this._currentView;
|
| if (nextTabId)
|
| this._tabbedPane.selectTab(nextTabId, true);
|
| this._tabbedPane.closeTab(id, true);
|
|
|