Index: third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js b/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
index 74ac91b55619e675524460ebe09c3c72de00e529..e603a905a53433c81b62559e0bdd7aea523e811f 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/Dialog.js |
@@ -108,7 +108,7 @@ WebInspector.Dialog.prototype = { |
{ |
var closeButton = this.contentElement.createChild("div", "dialog-close-button", "dt-close-button"); |
closeButton.gray = true; |
- closeButton.addEventListener("click", this.detach.bind(this, false), false); |
+ closeButton.addEventListener("click", this.detach.bind(this), false); |
}, |
/** |