Index: Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
diff --git a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
index fa23796a3bb037b467ac8aac32280ff1f2fcd039..ff9a4d16049733069d348b930fa0b2755468d552 100644 |
--- a/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
+++ b/Source/bindings/core/v8/custom/V8CustomXPathNSResolver.cpp |
@@ -91,7 +91,7 @@ AtomicString V8CustomXPathNSResolver::lookupNamespaceURI(const String& prefix) |
return returnString; |
} |
-void V8CustomXPathNSResolver::trace(Visitor* visitor) |
+DEFINE_TRACE(V8CustomXPathNSResolver) |
{ |
XPathNSResolver::trace(visitor); |
} |