| Index: Source/core/layout/LayoutListMarker.h
|
| diff --git a/Source/core/layout/LayoutListMarker.h b/Source/core/layout/LayoutListMarker.h
|
| index 38ada6e9162dd22ad1ae9e595453747dcf5dfe40..de8ce914b4b39342dce905f22ab86799c908b610 100644
|
| --- a/Source/core/layout/LayoutListMarker.h
|
| +++ b/Source/core/layout/LayoutListMarker.h
|
| @@ -85,8 +85,8 @@ private:
|
| void updateMargins();
|
| void updateContent();
|
|
|
| - virtual void styleWillChange(StyleDifference, const LayoutStyle& newStyle) override;
|
| - virtual void styleDidChange(StyleDifference, const LayoutStyle* oldStyle) override;
|
| + virtual void styleWillChange(StyleDifference, const ComputedStyle& newStyle) override;
|
| + virtual void styleDidChange(StyleDifference, const ComputedStyle* oldStyle) override;
|
|
|
| String m_text;
|
| RefPtr<StyleImage> m_image;
|
|
|