| Index: Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
|
| diff --git a/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp b/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
|
| index 05a3ef63585636a3f18adbf1316b0b66d679c18f..6e1ea77731fa3c36996a5bd357c16f70c21cb5de 100644
|
| --- a/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
|
| +++ b/Source/WebCore/rendering/mathml/RenderMathMLFraction.cpp
|
| @@ -106,9 +106,9 @@ void RenderMathMLFraction::addChild(RenderObject* child, RenderObject* /* before
|
| updateFromElement();
|
| }
|
|
|
| -void RenderMathMLFraction::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
|
| +void RenderMathMLFraction::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle, const StyleChangeState& state)
|
| {
|
| - RenderMathMLBlock::styleDidChange(diff, oldStyle);
|
| + RenderMathMLBlock::styleDidChange(diff, oldStyle, state);
|
|
|
| for (RenderObject* child = firstChild(); child; child = child->nextSibling())
|
| fixChildStyle(child);
|
|
|