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

Unified Diff: Source/core/html/HTMLTextAreaElement.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/HTMLTextAreaElement.cpp
diff --git a/Source/core/html/HTMLTextAreaElement.cpp b/Source/core/html/HTMLTextAreaElement.cpp
index 5bbdc7cd48dd84644b5091c3019de08047cecfb0..3118c97da4e0cb75d6d6f542ca90c4ec324cdc32 100644
--- a/Source/core/html/HTMLTextAreaElement.cpp
+++ b/Source/core/html/HTMLTextAreaElement.cpp
@@ -223,7 +223,7 @@ bool HTMLTextAreaElement::appendFormData(FormDataList& encoding, bool)
return true;
}
-void HTMLTextAreaElement::reset()
+void HTMLTextAreaElement::resetImpl()
{
setNonDirtyValue(defaultValue());
}

Powered by Google App Engine
This is Rietveld 408576698