| Index: Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h
|
| diff --git a/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h b/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h
|
| index edb3e13bf48dcf8061462303d06060bb3c858c14..8b51d868007f5eecdb45008bb625f89aa0f9f923 100644
|
| --- a/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h
|
| +++ b/Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h
|
| @@ -77,6 +77,8 @@ public:
|
| void suspend();
|
| void resume();
|
|
|
| + // Promptly stop this timer once finalizable.
|
| + EAGERLY_FINALIZE();
|
| DECLARE_TRACE();
|
|
|
| private:
|
|
|