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); |
} |