[Webkit-unassigned] [Bug 53716] JSC::Bindings m_rootObject->isValid() assert fails when running layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 8 14:03:48 PST 2011


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





--- Comment #9 from Michael Saboff <msaboff at apple.com>  2011-02-08 14:03:47 PST ---
I added the isValid check in RootObject::removeRuntimeObject() so that a future caller of the method other than Instance:: willDestroyRuntimeObject() won't expose this race issue.

The check in willDestroyRuntimeObject() makes it so that RootObject::removeRuntimeObject() won't be called.  Therefore the check is only made once in the current case.

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