| Index: Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp
|
| diff --git a/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp b/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp
|
| index c408aad9b6b6c5cc8620c32da717186f5a117074..9a062899db676756a668e5c3b3cf8beb3a9e558f 100644
|
| --- a/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp
|
| +++ b/Source/WebCore/rendering/mathml/RenderMathMLFenced.cpp
|
| @@ -151,9 +151,9 @@ void RenderMathMLFenced::addChild(RenderObject* child, RenderObject* beforeChild
|
| }
|
|
|
| // FIXME: Change createMathMLOperator() above to create an isAnonymous() operator, and remove this styleDidChange() function.
|
| -void RenderMathMLFenced::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
|
| +void RenderMathMLFenced::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()) {
|
| if (child->node() == node()) {
|
|
|