| 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 ef793563d1b1f115598ab63b57a19b3554515687..261f4cd0765a8764428d4214b6e7cb464eb4394a 100644
|
| --- a/third_party/WebKit/Source/core/loader/PingLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/PingLoader.h
|
| @@ -75,6 +75,9 @@ public:
|
|
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| + // Promptly finalize m_loader.
|
| + EAGERLY_FINALIZE();
|
| +
|
| protected:
|
| PingLoader(LocalFrame*, ResourceRequest&, const FetchInitiatorInfo&, StoredCredentials);
|
|
|
|
|