| Index: Source/core/layout/LayoutListItem.cpp
|
| diff --git a/Source/core/layout/LayoutListItem.cpp b/Source/core/layout/LayoutListItem.cpp
|
| index 1f95ccaafef6ba40806b1aa9b80a1f1ac9a01a05..8404db10a2d92e31cfdef38c7e112140cde07814 100644
|
| --- a/Source/core/layout/LayoutListItem.cpp
|
| +++ b/Source/core/layout/LayoutListItem.cpp
|
| @@ -47,7 +47,7 @@ LayoutListItem::LayoutListItem(Element* element)
|
| setInline(false);
|
| }
|
|
|
| -void LayoutListItem::styleDidChange(StyleDifference diff, const LayoutStyle* oldStyle)
|
| +void LayoutListItem::styleDidChange(StyleDifference diff, const ComputedStyle* oldStyle)
|
| {
|
| LayoutBlockFlow::styleDidChange(diff, oldStyle);
|
|
|
|
|