Index: Source/WebCore/rendering/mathml/RenderMathMLSubSup.h |
=================================================================== |
--- Source/WebCore/rendering/mathml/RenderMathMLSubSup.h (revision 136093) |
+++ Source/WebCore/rendering/mathml/RenderMathMLSubSup.h (working copy) |
@@ -44,7 +44,7 @@ |
virtual void layout(); |
private: |
- void fixScriptsStyle(); |
+ void fixAnonymousStyles(); |
virtual void styleDidChange(StyleDifference, const RenderStyle* oldStyle) OVERRIDE; |
virtual const char* renderName() const { return "RenderMathMLSubSup"; } |