Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1597)

Unified Diff: Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h

Issue 1205843003: Oilpan: promptly finalize XMLHttpRequestProgressEventThrottle. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698