Index: third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js b/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js |
index 119d844b9ff867c3e1338d40f4cb6c29b0120854..48c796a73e0ab7ce0b7e1eaf868345a73b4d71cf 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/TabbedPane.js |
@@ -1053,6 +1053,7 @@ WebInspector.TabbedPaneTab.prototype = { |
tabElement.classList.add("measuring"); |
} else { |
tabElement.addEventListener("click", this._tabClicked.bind(this), false); |
+ tabElement.addEventListener("auxclick", this._tabClicked.bind(this), false); |
tabElement.addEventListener("mousedown", this._tabMouseDown.bind(this), false); |
tabElement.addEventListener("mouseup", this._tabMouseUp.bind(this), false); |