No subject


Mon Jan 28 08:41:14 PST 2013


 Comment #2 From Ryosuke Niwa 2013-05-21 22:17:25 PST
There is some race condition with respect to when invalidateShadowTree is called versus when SVGUseElement::notifyFinished is called. When the test fails, SVGUseElement::notifyFinished is called after Document::implicitClose and a subsequent invalidateShadowTree bails out early due to renderer() being 0.

 Comment #3 From Ryosuke Niwa 2013-05-22 01:22:06 PST
It could be that this was caused by the patch for https://bugs.webkit.org/show_bug.cgi?id=81985.

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