| 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 c3c3780a706f1e8b7941824d6556293df578615d..8006d09c598ab747f7db57d0b3e9bf7278f99b14 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.cpp
|
| @@ -128,7 +128,7 @@ void PingLoader::start(LocalFrame* frame, ResourceRequest& request, const FetchI
|
| return;
|
|
|
| // Leak the ping loader, since it will kill itself as soon as it receives a response.
|
| - RefPtrWillBeRawPtr<PingLoader> loader = adoptRefWillBeNoop(new PingLoader(frame, request, initiatorInfo, credentialsAllowed));
|
| + RawPtr<PingLoader> loader = (new PingLoader(frame, request, initiatorInfo, credentialsAllowed));
|
| loader->ref();
|
| }
|
|
|
|
|