[Webkit-unassigned] [Bug 41863] Fix adoptRef usage violations (mostly in chromium)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 8 10:49:57 PDT 2010


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


Darin Adler <darin at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |darin at apple.com




--- Comment #4 from Darin Adler <darin at apple.com>  2010-07-08 10:49:57 PST ---
It’s best to do this without any calls to relaxOptionRequirement. Instead, code that needs to ref the object can be moved out of constructors into create functions. It’s OK to leave things like this, but better if we could eliminate the relaxAdoptionRequirement calls. Ideally we’d use that only in CrossThreadRefCounted.

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