| 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 e603a905a53433c81b62559e0bdd7aea523e811f..74ac91b55619e675524460ebe09c3c72de00e529 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 @@
|
| {
|
| var closeButton = this.contentElement.createChild("div", "dialog-close-button", "dt-close-button");
|
| closeButton.gray = true;
|
| - closeButton.addEventListener("click", this.detach.bind(this), false);
|
| + closeButton.addEventListener("click", this.detach.bind(this, false), false);
|
| },
|
|
|
| /**
|
|
|