| Index: third_party/WebKit/Source/core/loader/PingLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/PingLoader.h b/third_party/WebKit/Source/core/loader/PingLoader.h
|
| index 261f4cd0765a8764428d4214b6e7cb464eb4394a..3350441709737f56ad5cf8257f221a5ed973576d 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.h
|
| @@ -57,10 +57,9 @@ class ResourceRequest;
|
| // The ping loader is used by audit pings, beacon transmissions and image loads
|
| // during page unloading.
|
| //
|
| -class CORE_EXPORT PingLoader : public RefCountedWillBeRefCountedGarbageCollected<PingLoader>, public LocalFrameLifecycleObserver, private WebURLLoaderClient {
|
| - WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(PingLoader);
|
| +class CORE_EXPORT PingLoader : public RefCountedGarbageCollected<PingLoader>, public LocalFrameLifecycleObserver, private WebURLLoaderClient {
|
| + USING_GARBAGE_COLLECTED_MIXIN(PingLoader);
|
| WTF_MAKE_NONCOPYABLE(PingLoader);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(PingLoader);
|
| public:
|
| ~PingLoader() override;
|
|
|
|
|