[Webkit-unassigned] [Bug 79274] Fix <msubsup> formatting

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 11:01:36 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=79274





--- Comment #9 from Eric Seidel <eric at webkit.org>  2012-02-23 11:01:36 PST ---
(From update of attachment 128504)
View in context: https://bugs.webkit.org/attachment.cgi?id=128504&action=review

> Source/WebCore/rendering/mathml/RenderMathMLSubSup.cpp:175
> +    RefPtr<RenderStyle> newSubWrapperStyle = RenderStyle::createAnonymousStyle(sub->style());
> +    newSubWrapperStyle->setDisplay(BLOCK);
> +    subWrapper->setStyle(newSubWrapperStyle.release());

Don't we have a createAnonymousBlock() function to use here instead (replacing these 3 lines with one?)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list