| Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| index 753e28acf2345a9bb0c0f70f73041f4d81bb2e25..f721e09ef1eb3ca1324c0a520eb24750670844a9 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp
|
| @@ -1815,7 +1815,6 @@ bool HTMLInputElement::setupDateTimeChooserParameters(
|
|
|
| parameters.anchorRectInScreen =
|
| document().view()->contentsToScreen(pixelSnappedBoundingBox());
|
| - parameters.currentValue = value();
|
| parameters.doubleValue = m_inputType->valueAsDouble();
|
| parameters.isAnchorElementRTL =
|
| m_inputTypeView->computedTextDirection() == RTL;
|
|
|