Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1316)

Unified Diff: Source/core/xml/DocumentXSLT.cpp

Issue 937653002: InlinedVisitor: Migrate xml to use inlined tracing (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/xml/DocumentXSLT.h ('k') | Source/core/xml/NativeXPathNSResolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/DocumentXSLT.cpp
diff --git a/Source/core/xml/DocumentXSLT.cpp b/Source/core/xml/DocumentXSLT.cpp
index b00f2482b56010866f2d0ae932102ce810d82d1a..6495c166356bcaffb0e47af79564daba934230d1 100644
--- a/Source/core/xml/DocumentXSLT.cpp
+++ b/Source/core/xml/DocumentXSLT.cpp
@@ -196,7 +196,7 @@ DocumentXSLT& DocumentXSLT::from(DocumentSupplementable& document)
return *supplement;
}
-void DocumentXSLT::trace(Visitor* visitor)
+DEFINE_TRACE(DocumentXSLT)
{
visitor->trace(m_transformSourceDocument);
DocumentSupplement::trace(visitor);
« no previous file with comments | « Source/core/xml/DocumentXSLT.h ('k') | Source/core/xml/NativeXPathNSResolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698