Chromium Code Reviews| 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 ff0175e653a389186266aca5e4e5ff1f85821b4e..2b22a69f0faf972fac4a85895fcdeb92f7031877 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js |
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/TabbedEditorContainer.js |
| @@ -131,6 +131,10 @@ WebInspector.TabbedEditorContainer.prototype = { |
| this._closeTabs([tabId]); |
| }, |
| + closeAllTabs: function(){ |
|
dgozman
2016/06/20 18:32:36
closeAllFiles to be consistent with the rest.
dgozman
2016/06/20 18:32:36
style: { on next line
einbinder
2016/06/20 19:28:24
Done.
einbinder
2016/06/20 19:28:24
Done.
|
| + this._tabbedPane.closeAllTabs(); |
|
dgozman
2016/06/20 18:32:36
Should call this._closeTabs(...) instead.
einbinder
2016/06/20 19:28:24
Done.
|
| + }, |
| + |
| /** |
| * @return {!Array.<!WebInspector.UISourceCode>} |
| */ |