| Index: Source/core/layout/LayoutSliderThumb.h
|
| diff --git a/Source/core/layout/LayoutSliderThumb.h b/Source/core/layout/LayoutSliderThumb.h
|
| index 6cd005edc531d9cffe47e3383bd4cf48899304bf..fff65ccb18c1fb211b685c2152a1fba046c4b7a7 100644
|
| --- a/Source/core/layout/LayoutSliderThumb.h
|
| +++ b/Source/core/layout/LayoutSliderThumb.h
|
| @@ -45,7 +45,7 @@ public:
|
| void updateAppearance(const ComputedStyle& parentStyle);
|
|
|
| private:
|
| - virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSliderThumb || LayoutBlockFlow::isOfType(type); }
|
| + bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSliderThumb || LayoutBlockFlow::isOfType(type); }
|
| };
|
|
|
| DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSliderThumb, isSliderThumb());
|
|
|