| Index: Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
|
| index 55a99154277ea6febb63f2cbbadd3ca24d2fd5f0..db0e42b9c13ba924fdffb3c39eb991dcb26be55f 100644
|
| --- a/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/Source/core/html/forms/RangeInputType.cpp
|
| @@ -318,7 +318,7 @@ void RangeInputType::disabledAttributeChanged()
|
|
|
| bool RangeInputType::shouldRespectListAttribute()
|
| {
|
| - return InputType::themeSupportsDataListUI(this);
|
| + return true;
|
| }
|
|
|
| inline SliderThumbElement* RangeInputType::sliderThumbElement() const
|
|
|