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

Unified Diff: Source/core/html/forms/InputTypeView.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/forms/InputTypeView.h ('k') | Source/core/html/forms/RadioButtonGroupScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/forms/InputTypeView.cpp
diff --git a/Source/core/html/forms/InputTypeView.cpp b/Source/core/html/forms/InputTypeView.cpp
index bb63daa283c11e05e61391cea0eae6d507532b7b..b3fb936738816ef061731e3733b8da95c369f9ae 100644
--- a/Source/core/html/forms/InputTypeView.cpp
+++ b/Source/core/html/forms/InputTypeView.cpp
@@ -44,7 +44,7 @@ InputTypeView::~InputTypeView()
{
}
-void InputTypeView::trace(Visitor* visitor)
+DEFINE_TRACE(InputTypeView)
{
visitor->trace(m_element);
}
@@ -227,7 +227,7 @@ AXObject* InputTypeView::popupRootAXObject()
return 0;
}
-void ClickHandlingState::trace(Visitor* visitor)
+DEFINE_TRACE(ClickHandlingState)
{
visitor->trace(checkedRadioButton);
}
« no previous file with comments | « Source/core/html/forms/InputTypeView.h ('k') | Source/core/html/forms/RadioButtonGroupScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698