Index: third_party/WebKit/public/web/WebDateTimeChooserParams.h |
diff --git a/third_party/WebKit/public/web/WebDateTimeChooserParams.h b/third_party/WebKit/public/web/WebDateTimeChooserParams.h |
index 3342d895fddf1a57cc7940d10318f8e75364e7eb..833e6b7b81d8222f2dfb8e448eea5840b771f213 100644 |
--- a/third_party/WebKit/public/web/WebDateTimeChooserParams.h |
+++ b/third_party/WebKit/public/web/WebDateTimeChooserParams.h |
@@ -41,9 +41,6 @@ struct WebDateTimeChooserParams { |
WebDateTimeInputType type; |
// Bounding rectangle of the requester element. |
WebRect anchorRectInScreen; |
- // The current value of the requester element. |
- // FIXME: Remove. Deprecated in favor of doubleValue. |
- WebString currentValue; |
// The current value of the requester element as a double. |
// NaN means empty value. Should not be infinity. |
double doubleValue; |