Index: Source/core/html/HTMLPlugInElement.cpp |
diff --git a/Source/core/html/HTMLPlugInElement.cpp b/Source/core/html/HTMLPlugInElement.cpp |
index 88cf15e82f4601f4aedba18b6ce10cdf2e21cdc6..1d6b6f977958523f9a484a210837de048d5a2f56 100644 |
--- a/Source/core/html/HTMLPlugInElement.cpp |
+++ b/Source/core/html/HTMLPlugInElement.cpp |
@@ -85,7 +85,7 @@ HTMLPlugInElement::~HTMLPlugInElement() |
} |
} |
-void HTMLPlugInElement::trace(Visitor* visitor) |
+DEFINE_TRACE(HTMLPlugInElement) |
{ |
visitor->trace(m_imageLoader); |
visitor->trace(m_placeholder); |