| Index: Source/core/html/forms/RangeInputType.h
|
| diff --git a/Source/core/html/forms/RangeInputType.h b/Source/core/html/forms/RangeInputType.h
|
| index c40c525cf624a210958c8ec5b3e4800bf0fb8b77..7c792ec7fcc64ecc6a94a66c1982435c30b36e51 100644
|
| --- a/Source/core/html/forms/RangeInputType.h
|
| +++ b/Source/core/html/forms/RangeInputType.h
|
| @@ -56,7 +56,7 @@ private:
|
| void handleTouchEvent(TouchEvent*) override;
|
| bool hasTouchEventHandler() const override;
|
| void handleKeydownEvent(KeyboardEvent*) override;
|
| - LayoutObject* createLayoutObject(const LayoutStyle&) const override;
|
| + LayoutObject* createLayoutObject(const ComputedStyle&) const override;
|
| void createShadowSubtree() override;
|
| Decimal parseToNumber(const String&, const Decimal&) const override;
|
| String serialize(const Decimal&) const override;
|
|
|