| Index: third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/main/Main.js b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| index 8e31408e2b84de3e94d3cc40e7e53a2e9122d560..0294bdeabff9fed220cf4eb7b3c958dd8389c569 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -1023,7 +1023,7 @@ WebInspector.TargetCrashedScreen.show = function(debuggerModel)
|
| dialog.setWrapsContent(true);
|
| dialog.addCloseButton();
|
| dialog.setDimmed(true);
|
| - var hideBound = dialog.detach.bind(dialog, false);
|
| + var hideBound = dialog.detach.bind(dialog);
|
| debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, hideBound);
|
|
|
| new WebInspector.TargetCrashedScreen(onHide).show(dialog.element);
|
|
|