| Index: third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| index 59a5636e9b66e369ed1d7420363e948e0968d131..e72987278666147b490454fa7e490bf3a486a110 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeChooser.h
|
| @@ -56,8 +56,6 @@ struct DateTimeChooserParameters {
|
| // might be an invalid name because it comes from HTML lang
|
| // attributes.
|
| AtomicString locale;
|
| - // FIXME: Remove. Deprecated in favor of doubleValue.
|
| - String currentValue;
|
| double doubleValue;
|
| Vector<DateTimeSuggestion> suggestions;
|
| double minimum;
|
|
|