[Webkit-unassigned] [Bug 33266] WebCore::InlineFlowBox::determineSpacingForFlowBoxes ReadAV at NULL (43c64e8abbda6766e5f5edbd254c2d57)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 02:42:51 PST 2010


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





--- Comment #9 from Roland Steiner <rolandsteiner at chromium.org>  2010-01-19 02:42:50 PST ---
Addendum: 

I'm also not too happy introducing a 'friend' clause into RenderBlock, but that
was the smallest and least intrusive change I could think of to pacify the
compiler about those "anonBlock->..." operations.

Making moveChildTo, moveAllChildrenTo and makeChildrenNonInline public is
probably a no-no.

So the remaining option would be to make makeChildrenNonInline protected and
add a clearAnonymousBlock() method in RenderBlock, or - perhaps better - add a
RenderAnonymousBlock class that contains this and is used for anonymous block
wrappers in general (which would be a good idea IMHO).

(Any other possibilities I'm missing?)

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