[Webkit-unassigned] [Bug 55554] Remove LOOSE_PASS_OWN_ARRAY_PTR from PassOwnArrayPtr.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 16:35:59 PST 2011


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





--- Comment #6 from Darin Adler <darin at apple.com>  2011-03-03 16:35:59 PST ---
(In reply to comment #5)
> Yeah, I almost added a new constructor for that but I didn't since you didn't comment on it.  It's probably a straight forward patch.

There are two things we want to do with nullptr:

    1) Use it to assign to an existing pointer instead of clear(). Eliminate the clear() function.
    2) Use it instead of explicit calls to the empty constructor. Eliminate ugly empty constructor expressions.

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