Index: Source/core/html/HTMLFrameOwnerElement.cpp |
diff --git a/Source/core/html/HTMLFrameOwnerElement.cpp b/Source/core/html/HTMLFrameOwnerElement.cpp |
index 16dd7774927464a0256a107f9a2c09cc89b10a80..3287d2c77480a9c75b6109262ae8bde34a920c19 100644 |
--- a/Source/core/html/HTMLFrameOwnerElement.cpp |
+++ b/Source/core/html/HTMLFrameOwnerElement.cpp |
@@ -257,7 +257,7 @@ bool HTMLFrameOwnerElement::loadOrRedirectSubframe(const KURL& url, const Atomic |
return parentFrame->loader().client()->createFrame(url, frameName, this, shouldCheckContentSecurityPolicy); |
} |
-void HTMLFrameOwnerElement::trace(Visitor* visitor) |
+DEFINE_TRACE(HTMLFrameOwnerElement) |
{ |
visitor->trace(m_contentFrame); |
visitor->trace(m_widget); |