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

Unified Diff: third_party/WebKit/Source/core/html/HTMLInputElement.h

Issue 2462983002: INPUT element: code cleanup (Closed)
Patch Set: Created 4 years, 1 month 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/html/HTMLInputElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h
index c3d655425b5a5ce9a66824e500916f82640af754..bcc1d8e98aea44347e1a7e70136f8e79d89200aa 100644
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h
@@ -150,7 +150,7 @@ class CORE_EXPORT HTMLInputElement : public HTMLTextFormControlElement {
ExceptionState&,
TextFieldEventBehavior = DispatchNoEvent);
- String valueWithDefault() const;
+ String valueOrDefaultLabel() const;
// This function dispatches 'input' event for non-textfield types. Callers
// need to handle any DOM structure changes by event handlers, or need to
@@ -408,8 +408,7 @@ class CORE_EXPORT HTMLInputElement : public HTMLTextFormControlElement {
AtomicString m_name;
// The value string in |value| value mode.
- // TODO(tkent): Rename it to m_nonAttributeValue.
- String m_valueIfDirty;
+ String m_nonAttributeValue;
String m_suggestedValue;
int m_size;
int m_maxLength;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/html/HTMLInputElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698