[Webkit-unassigned] [Bug 51673] chrome.dll!WebCore::RenderBlock::addChildIgnoringAnonymousColumnBlocks ReadAV at NULL (920f5522b6092d55727c9be058273715)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 17:23:31 PST 2011


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





--- Comment #9 from Eric Seidel <eric at webkit.org>  2011-01-05 17:23:31 PST ---
I believe postAttachCallbacks are run before recalcStyle or attach() returns.  I don't think we normally run javascript during style recalc or attach.  (See Document.cpp and Element.cpp, resumePostAttachCallbacks() calls).  so I don't think a JS race is a concern.

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