Index: Source/core/frame/DOMWindowProperty.cpp |
diff --git a/Source/core/frame/DOMWindowProperty.cpp b/Source/core/frame/DOMWindowProperty.cpp |
index d1c4226a29e98e018c40ef753181987fe7cdee98..4e568d25dfcdcf63511d3e5765643ef87605541b 100644 |
--- a/Source/core/frame/DOMWindowProperty.cpp |
+++ b/Source/core/frame/DOMWindowProperty.cpp |
@@ -76,7 +76,8 @@ void DOMWindowProperty::willDetachGlobalObjectFromFrame() |
void DOMWindowProperty::trace(Visitor* visitor) |
{ |
+ visitor->trace(m_frame); |
visitor->trace(m_associatedDOMWindow); |
} |
-} |
+} // namespace blink |