| Index: third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| diff --git a/third_party/WebKit/Source/core/loader/BeaconLoader.cpp b/third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| index ec6c5bbfe4a2bd78fa1b84e355aa9a2459f1a787..e3f3844a59b300f031abf4d06fee60058964e129 100644
|
| --- a/third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| +++ b/third_party/WebKit/Source/core/loader/BeaconLoader.cpp
|
| @@ -98,7 +98,7 @@ public:
|
| initiatorInfo.name = FetchInitiatorTypeNames::beacon;
|
|
|
| // Leak the loader, since it will kill itself as soon as it receives a response.
|
| - RefPtrWillBeRawPtr<BeaconLoader> loader = adoptRefWillBeNoop(new BeaconLoader(frame, request, initiatorInfo, AllowStoredCredentials));
|
| + RawPtr<BeaconLoader> loader = (new BeaconLoader(frame, request, initiatorInfo, AllowStoredCredentials));
|
| loader->ref();
|
| return true;
|
| }
|
|
|