| Index: Source/WebCore/rendering/mathml/RenderMathMLFraction.h
|
| diff --git a/Source/WebCore/rendering/mathml/RenderMathMLFraction.h b/Source/WebCore/rendering/mathml/RenderMathMLFraction.h
|
| index 1ec4a06346faa55e2ca2c875016d489734acb460..475d2522d72367f31cda40922bfe965d529a457b 100644
|
| --- a/Source/WebCore/rendering/mathml/RenderMathMLFraction.h
|
| +++ b/Source/WebCore/rendering/mathml/RenderMathMLFraction.h
|
| @@ -49,7 +49,7 @@ protected:
|
| private:
|
| virtual bool isRenderMathMLFraction() const { return true; }
|
| void fixChildStyle(RenderObject* child);
|
| - virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE;
|
| + virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle, const StyleChangeState&) OVERRIDE;
|
|
|
| virtual const char* renderName() const { return "RenderMathMLFraction"; }
|
|
|
|
|