Chromium Code Reviews| 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; |