Index: Source/core/frame/DOMWindowProperty.cpp |
diff --git a/Source/core/frame/DOMWindowProperty.cpp b/Source/core/frame/DOMWindowProperty.cpp |
index c6f25305fff00e31fcb0242026b1fc8a878fc39b..37721fb0c1875193553f4406c93b1138a2e24aca 100644 |
--- a/Source/core/frame/DOMWindowProperty.cpp |
+++ b/Source/core/frame/DOMWindowProperty.cpp |
@@ -61,4 +61,9 @@ void DOMWindowProperty::willDetachGlobalObjectFromFrame() |
ASSERT(m_frame); |
} |
+void DOMWindowProperty::trace(Visitor* visitor) |
+{ |
+ visitor->trace(m_frame); |
+} |
+ |
} // namespace blink |