Index: Source/core/html/forms/RadioButtonGroupScope.h |
diff --git a/Source/core/html/forms/RadioButtonGroupScope.h b/Source/core/html/forms/RadioButtonGroupScope.h |
index 4bfa7884beaf1ee76598738f5542b49b82598602..88cd1b6e2bacc9c728fe81ece74cbe94d0ffb57e 100644 |
--- a/Source/core/html/forms/RadioButtonGroupScope.h |
+++ b/Source/core/html/forms/RadioButtonGroupScope.h |
@@ -37,7 +37,7 @@ class RadioButtonGroupScope { |
public: |
RadioButtonGroupScope(); |
~RadioButtonGroupScope(); |
- void trace(Visitor*); |
+ DECLARE_TRACE(); |
void addButton(HTMLInputElement*); |
void updateCheckedState(HTMLInputElement*); |
void requiredAttributeChanged(HTMLInputElement*); |