Index: third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js |
index 90f1e8e32f7b0ee8b31b6916bfbed4b147a68ebd..09cf0a8058b8f3b613ca0164b9fb8b043216be28 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/SourcesPanel.js |
@@ -686,11 +686,6 @@ Sources.SourcesPanel = class extends UI.Panel { |
this._pauseOnExceptionButton.addEventListener(UI.ToolbarButton.Events.Click, this._togglePauseOnExceptions, this); |
debugToolbar.appendToolbarItem(this._pauseOnExceptionButton); |
- debugToolbar.appendSeparator(); |
- debugToolbar.appendToolbarItem(new UI.ToolbarSettingCheckbox( |
- Common.moduleSetting('enableAsyncStackTraces'), Common.UIString('Capture async stack traces'), |
- Common.UIString('Async'))); |
- |
return debugToolbar; |
} |