| Index: third_party/WebKit/Source/core/html/forms/InputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.h b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| index 666238e41c4ee12f7d339c941b1c137db18b8176..ca1b864eae91e10f782cdfb541a4ae6c7f768a6e 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.h
|
| @@ -87,9 +87,9 @@ class CORE_EXPORT InputType : public GarbageCollectedFinalized<InputType> {
|
|
|
| // DOM property functions
|
|
|
| - // Checked first, before internal storage or the value attribute.
|
| + // Returns a string value in ValueMode::kFilename.
|
| virtual bool getTypeSpecificValue(String&);
|
| - // Checked last, if both internal storage and value attribute are missing.
|
| + // TODO(tkent): Remove fallbackValue().
|
| virtual String fallbackValue() const;
|
| // Checked after even fallbackValue, only when the valueWithDefault function
|
| // is called.
|
|
|