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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 23 11:03:06 PST 2012


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





--- Comment #10 from Eric Seidel <eric at webkit.org>  2012-02-23 11:03:06 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
>> +    subWrapper->setStyle(newSubWrapperStyle.release());
> 
> Don't we have a createAnonymousBlock() function to use here instead (replacing these 3 lines with one?)

I see, we're not creating a new block, we're setting the style on the old block.  Why would we replace the RenderStyle on the old block?

-- 
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