| Index: Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp
|
| diff --git a/Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp b/Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp
|
| index d07fc8b8d02d24cc8bd320092c5d8f89f5a0f00f..afa331eee43a9ef4f947a599eb18497bb51870db 100644
|
| --- a/Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp
|
| +++ b/Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp
|
| @@ -94,9 +94,9 @@ void RenderMathMLSubSup::addChild(RenderObject* child, RenderObject* beforeChild
|
| m_scripts->addChild(child, beforeChild && beforeChild->parent() == m_scripts ? beforeChild : 0);
|
| }
|
|
|
| -void RenderMathMLSubSup::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle)
|
| +void RenderMathMLSubSup::styleDidChange(StyleDifference diff, const RenderStyle* oldStyle, const StyleChangeState& state)
|
| {
|
| - RenderMathMLBlock::styleDidChange(diff, oldStyle);
|
| + RenderMathMLBlock::styleDidChange(diff, oldStyle, state);
|
|
|
| if (!isEmpty())
|
| fixAnonymousStyles();
|
|
|