| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 95cbd12ebd5171229c65061c80d2191e73eb7474..162102d152a72e71d1dc7ffdfed1b0b682e009d8 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -898,7 +898,6 @@ String InputType::defaultToolTip() const
|
| return String();
|
| }
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| void InputType::listAttributeTargetChanged()
|
| {
|
| }
|
| @@ -908,7 +907,6 @@ Decimal InputType::findClosestTickMarkValue(const Decimal&)
|
| ASSERT_NOT_REACHED();
|
| return Decimal::nan();
|
| }
|
| -#endif
|
|
|
| void InputType::updateClearButtonVisibility()
|
| {
|
|
|