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

Unified Diff: Source/core/html/HTMLOutputElement.cpp

Issue 26622007: Move isAutofilled and setAutofilled from HTMLInputElement to HTMLFormControlElement (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698