Index: Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp |
diff --git a/Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp b/Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp |
index 359139d815aeed515bb78bfe6cb89f87004eeaff..5d4f7f4555ec608cf074747279a0f157a160d884 100644 |
--- a/Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp |
+++ b/Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp |
@@ -217,6 +217,7 @@ void XMLHttpRequestProgressEventThrottle::resume() |
void XMLHttpRequestProgressEventThrottle::trace(Visitor* visitor) |
{ |
+ visitor->trace(m_target); |
visitor->trace(m_deferredProgressEvent); |
visitor->trace(m_deferredEvents); |
} |