[Webkit-unassigned] [Bug 27128] Make Widget Ref-Counted.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 9 15:06:41 PDT 2009


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


Dave Hyatt <hyatt at apple.com> changed:

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




--- Comment #7 from Dave Hyatt <hyatt at apple.com>  2009-07-09 15:06:40 PDT ---
There is also some refcounting churn in addChild that you could avoid by using
a raw local instead of a RefPtr local.  Then use the PassRefPtr when passing in
to m_children.add().

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