Index: Source/core/html/HTMLOutputElement.cpp |
diff --git a/Source/core/html/HTMLOutputElement.cpp b/Source/core/html/HTMLOutputElement.cpp |
index 4223ba4ac6fcc365fe7dbadde423901a4f514841..a36c27f14d890185a1ab3c8fa2ae55f032adc385 100644 |
--- a/Source/core/html/HTMLOutputElement.cpp |
+++ b/Source/core/html/HTMLOutputElement.cpp |
@@ -128,4 +128,11 @@ void HTMLOutputElement::setDefaultValue(const String& value) |
setTextContent(value); |
} |
+ |
+void HTMLOutputElement::trace(Visitor* visitor) |
+{ |
+ visitor->trace(m_tokens); |
+ HTMLFormControlElement::trace(visitor); |
+} |
+ |
} // namespace |