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

Unified Diff: Source/core/html/parser/HTMLTreeBuilder.cpp

Issue 932403002: InlinedVisitor: Migrate html 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/html/parser/HTMLTreeBuilder.h ('k') | Source/core/html/parser/XSSAuditorDelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/parser/HTMLTreeBuilder.cpp
diff --git a/Source/core/html/parser/HTMLTreeBuilder.cpp b/Source/core/html/parser/HTMLTreeBuilder.cpp
index 31e43b32f27e15949901719cf7ffbe04560a6ee5..0cc8f2160ca0ff092ea57b55d89746bec6638184 100644
--- a/Source/core/html/parser/HTMLTreeBuilder.cpp
+++ b/Source/core/html/parser/HTMLTreeBuilder.cpp
@@ -314,7 +314,7 @@ HTMLTreeBuilder::~HTMLTreeBuilder()
{
}
-void HTMLTreeBuilder::trace(Visitor* visitor)
+DEFINE_TRACE(HTMLTreeBuilder)
{
visitor->trace(m_fragmentContext);
visitor->trace(m_tree);
@@ -350,7 +350,7 @@ HTMLTreeBuilder::FragmentParsingContext::~FragmentParsingContext()
{
}
-void HTMLTreeBuilder::FragmentParsingContext::trace(Visitor* visitor)
+DEFINE_TRACE(HTMLTreeBuilder::FragmentParsingContext)
{
visitor->trace(m_fragment);
visitor->trace(m_contextElementStackItem);
« no previous file with comments | « Source/core/html/parser/HTMLTreeBuilder.h ('k') | Source/core/html/parser/XSSAuditorDelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698