| Index: Source/core/html/forms/RangeInputType.cpp
|
| diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp
|
| index 8b1ae04903560800918c5fb3391070669a8045d1..29375d1b1f5edc288a797436e1be9af2d22974c7 100644
|
| --- a/Source/core/html/forms/RangeInputType.cpp
|
| +++ b/Source/core/html/forms/RangeInputType.cpp
|
| @@ -204,7 +204,7 @@ void RangeInputType::handleKeydownEvent(KeyboardEvent* event)
|
| bool isVertical = false;
|
| if (element().renderer()) {
|
| ControlPart part = element().renderer()->style()->appearance();
|
| - isVertical = part == SliderVerticalPart || part == MediaVolumeSliderPart;
|
| + isVertical = part == SliderVerticalPart;
|
| }
|
|
|
| Decimal newValue;
|
|
|