| Index: third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.cpp b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| index 3de4abdf8c4b42d35fa2ab1503283e567bf0a006..8a116939f12005545086bf24939d594322f46168 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -152,7 +152,7 @@ PingLoader::PingLoader(LocalFrame* frame, ResourceRequest& request, const FetchI
|
|
|
| // If the server never responds, FrameLoader won't be able to cancel this load and
|
| // we'll sit here waiting forever. Set a very generous timeout, just in case.
|
| - m_timeout.startOneShot(60000, FROM_HERE);
|
| + m_timeout.startOneShot(60000, BLINK_FROM_HERE);
|
| }
|
|
|
| PingLoader::~PingLoader()
|
|
|