| Index: third_party/WebKit/Source/core/loader/BeaconLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/BeaconLoader.h b/third_party/WebKit/Source/core/loader/BeaconLoader.h
|
| index 5df535cebac7167f3c76e51db7d8186529d05b26..7121c65862d360ae5a2924f1c3c1f19fa526fbde 100644
|
| --- a/third_party/WebKit/Source/core/loader/BeaconLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/BeaconLoader.h
|
| @@ -25,7 +25,6 @@ class SecurityOrigin;
|
| // staying alive. PingLoader providing the service.
|
| class CORE_EXPORT BeaconLoader final : public PingLoader {
|
| WTF_MAKE_NONCOPYABLE(BeaconLoader);
|
| - USING_FAST_MALLOC_WILL_BE_REMOVED(BeaconLoader);
|
| public:
|
| ~BeaconLoader() override { }
|
|
|
|
|