| Index: Source/core/html/InputType.cpp
|
| diff --git a/Source/core/html/InputType.cpp b/Source/core/html/InputType.cpp
|
| index 2458eaf0213712ea2cdda02d51418e89413c73cc..9b050096224899e1ec7646c6bed5187ef2611df6 100644
|
| --- a/Source/core/html/InputType.cpp
|
| +++ b/Source/core/html/InputType.cpp
|
| @@ -912,7 +912,6 @@ String InputType::defaultToolTip() const
|
| return String();
|
| }
|
|
|
| -#if ENABLE(DATALIST_ELEMENT)
|
| void InputType::listAttributeTargetChanged()
|
| {
|
| }
|
| @@ -922,7 +921,6 @@ Decimal InputType::findClosestTickMarkValue(const Decimal&)
|
| ASSERT_NOT_REACHED();
|
| return Decimal::nan();
|
| }
|
| -#endif
|
|
|
| void InputType::updateClearButtonVisibility()
|
| {
|
|
|