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

Unified Diff: Source/core/xml/XPathEvaluator.h

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/XMLSerializer.h ('k') | Source/core/xml/XPathExpression.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/xml/XPathEvaluator.h
diff --git a/Source/core/xml/XPathEvaluator.h b/Source/core/xml/XPathEvaluator.h
index b0ac14c90afe77bb99dd0fd6d1b03787aac7aea1..7d4bab1bf19e4034e1169235fa7b9ecbbdefcb1e 100644
--- a/Source/core/xml/XPathEvaluator.h
+++ b/Source/core/xml/XPathEvaluator.h
@@ -54,7 +54,7 @@ public:
PassRefPtrWillBeRawPtr<XPathResult> evaluate(const String& expression, Node* contextNode,
PassRefPtrWillBeRawPtr<XPathNSResolver>, unsigned short type, XPathResult*, ExceptionState&);
- void trace(Visitor*) { }
+ DEFINE_INLINE_TRACE() { }
private:
XPathEvaluator() { }
« no previous file with comments | « Source/core/xml/XMLSerializer.h ('k') | Source/core/xml/XPathExpression.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698