| 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 70fbd25aa5417554db46c63c5c06aa09cbfb30af..b65fc3d37f617f964c41cf1f1840167eb4fcccce 100644
|
| --- a/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/DOMWindow.cpp
|
| @@ -378,7 +378,7 @@ void DOMWindow::close(ExecutionContext* context) {
|
| if (!frame()->shouldClose())
|
| return;
|
|
|
| - probe::breakIfNeeded(context, "DOMWindow.close");
|
| + probe::breakableLocation(context, "DOMWindow.close");
|
|
|
| page->closeSoon();
|
|
|
|
|