| Index: third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| diff --git a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| index 9aa271953536f2cff70590a4e2ca10b7236beb92..4b33c0e8e073af796f8fa24eb24595a49b6c2c12 100644
|
| --- a/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| +++ b/third_party/WebKit/Source/core/xmlhttprequest/XMLHttpRequest.h
|
| @@ -147,9 +147,6 @@ public:
|
| // (Also) eagerly finalized so as to prevent access to the eagerly finalized
|
| // progress event throttle.
|
| EAGERLY_FINALIZE();
|
| -#if !ENABLE(OILPAN)
|
| - DECLARE_EAGER_FINALIZATION_OPERATOR_NEW();
|
| -#endif
|
| DECLARE_VIRTUAL_TRACE();
|
|
|
| private:
|
|
|