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

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

Issue 330273002: Oilpan: trace Event.currentTarget. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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 | « Source/core/events/Event.cpp ('k') | Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XMLHttpRequestProgressEventThrottle.h
diff --git a/Source/core/xml/XMLHttpRequestProgressEventThrottle.h b/Source/core/xml/XMLHttpRequestProgressEventThrottle.h
index a4c5833656af756814a9a0f779a6b72e5aed4b8b..232b416c7ec989a238dde303a47dfeb9e424690b 100644
--- a/Source/core/xml/XMLHttpRequestProgressEventThrottle.h
+++ b/Source/core/xml/XMLHttpRequestProgressEventThrottle.h
@@ -82,7 +82,7 @@ private:
bool hasEventToDispatch() const;
// Weak pointer to our XMLHttpRequest object as it is the one holding us.
Mads Ager (chromium) 2014/06/13 12:14:58 Maybe update the comment to say that with oilpan t
sof 2014/06/13 12:31:55 Done, updated comment.
- EventTarget* m_target;
+ RawPtrWillBeMember<EventTarget> m_target;
bool m_lengthComputable;
unsigned long long m_loaded;
« no previous file with comments | « Source/core/events/Event.cpp ('k') | Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698