| Index: third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/DOMWindow.cpp b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| index e6d1258255f20d423dafe7571b0d950e07233cc0..6b33d2435489b7e496174e21edf286f28441d02a 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| @@ -378,7 +378,8 @@
|
| if (!frame()->shouldClose())
|
| return;
|
|
|
| - InspectorInstrumentation::breakIfNeeded(context, "DOMWindow.close");
|
| + InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| + context, "DOMWindow.close", true);
|
|
|
| page->closeSoon();
|
|
|
|
|