| Index: Source/core/layout/LayoutSliderThumb.h
|
| diff --git a/Source/core/layout/LayoutSliderThumb.h b/Source/core/layout/LayoutSliderThumb.h
|
| index a48beab49a371b13f6fb72caa07ea6b1269fc74d..62ebbdacbd3d93277067773ed5af02f8129c9bea 100644
|
| --- a/Source/core/layout/LayoutSliderThumb.h
|
| +++ b/Source/core/layout/LayoutSliderThumb.h
|
| @@ -45,10 +45,10 @@ public:
|
| void updateAppearance(const RenderStyle& parentStyle);
|
|
|
| private:
|
| - virtual bool isOfType(RenderObjectType type) const override { return type == RenderObjectSliderThumb || RenderBlockFlow::isOfType(type); }
|
| + virtual bool isOfType(LayoutObjectType type) const override { return type == LayoutObjectSliderThumb || RenderBlockFlow::isOfType(type); }
|
| };
|
|
|
| -DEFINE_RENDER_OBJECT_TYPE_CASTS(LayoutSliderThumb, isSliderThumb());
|
| +DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutSliderThumb, isSliderThumb());
|
|
|
| } // namespace blink
|
|
|
|
|