| Index: Source/core/rendering/RenderBlockFlow.h
|
| diff --git a/Source/core/rendering/RenderBlockFlow.h b/Source/core/rendering/RenderBlockFlow.h
|
| index f151d452cc04da6215563006740b3ff7aae8311b..81023747cdcd5ef8ec6c3a2b1d59f3611b593e37 100644
|
| --- a/Source/core/rendering/RenderBlockFlow.h
|
| +++ b/Source/core/rendering/RenderBlockFlow.h
|
| @@ -211,7 +211,7 @@ protected:
|
|
|
| void createFloatingObjects();
|
|
|
| - virtual void styleWillChange(StyleDifference, const RenderStyle* newStyle) OVERRIDE;
|
| + virtual void styleWillChange(StyleDifference, const RenderStyle& newStyle) OVERRIDE;
|
| virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
|
|
|
| void addOverflowFromFloats();
|
|
|