Index: Source/core/xmlhttprequest/XMLHttpRequest.h |
diff --git a/Source/core/xmlhttprequest/XMLHttpRequest.h b/Source/core/xmlhttprequest/XMLHttpRequest.h |
index 5dae98a154174bf0a60c95015ccd04b57b1ac9b1..dfe0b31ce9f1fd73e40d9df610763a4b57e70564 100644 |
--- a/Source/core/xmlhttprequest/XMLHttpRequest.h |
+++ b/Source/core/xmlhttprequest/XMLHttpRequest.h |
@@ -140,6 +140,12 @@ public: |
DEFINE_ATTRIBUTE_EVENT_LISTENER(readystatechange); |
+ // (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: |