| 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 faa32bb8595c008c0a373c0b301f4e684a24209c..9d68d3b5e21a8f240adc10f3aafecf8216af4a81 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/Main.js
|
| @@ -1021,7 +1021,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);
|
|
|