| 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 982e662ec76943ebad70baece85728807dec99f1..84994b6914b4cd1cd79b91f5c22abf45dc52976a 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| @@ -387,8 +387,7 @@ void DOMWindow::close(ExecutionContext* context) {
|
| if (!frame()->shouldClose())
|
| return;
|
|
|
| - InspectorInstrumentation::NativeBreakpoint nativeBreakpoint(
|
| - context, "DOMWindow.close", true);
|
| + InspectorInstrumentation::breakIfNeeded(context, "DOMWindow.close");
|
|
|
| page->closeSoon();
|
|
|
|
|