Index: Source/core/html/HTMLOutputElement.cpp |
diff --git a/Source/core/html/HTMLOutputElement.cpp b/Source/core/html/HTMLOutputElement.cpp |
index 4990e99bee474526c8c4b7cf32e9d09f63598551..38de4bfd06b027862cd9dac3bc5698e2bdf9dba2 100644 |
--- a/Source/core/html/HTMLOutputElement.cpp |
+++ b/Source/core/html/HTMLOutputElement.cpp |
@@ -93,7 +93,7 @@ void HTMLOutputElement::childrenChanged(bool createdByParser, Node* beforeChange |
m_defaultValue = textContent(); |
} |
-void HTMLOutputElement::reset() |
+void HTMLOutputElement::resetImpl() |
{ |
// The reset algorithm for output elements is to set the element's |
// value mode flag to "default" and then to set the element's textContent |