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 9d68d3b5e21a8f240adc10f3aafecf8216af4a81..faa32bb8595c008c0a373c0b301f4e684a24209c 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 @@ |
dialog.setWrapsContent(true); |
dialog.addCloseButton(); |
dialog.setDimmed(true); |
- var hideBound = dialog.detach.bind(dialog); |
+ var hideBound = dialog.detach.bind(dialog, false); |
debuggerModel.addEventListener(WebInspector.DebuggerModel.Events.GlobalObjectCleared, hideBound); |
new WebInspector.TargetCrashedScreen(onHide).show(dialog.element); |