[webkit-reviews] review granted: [Bug 23490] Remove initialRefCount argument from RefCounted class : [Attachment 27084] Patch v2 (requires more work)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 27 13:54:27 PST 2009


Darin Adler <darin at apple.com> has granted David Kilzer (ddkilzer)
<ddkilzer at webkit.org>'s request for review:
Bug 23490: Remove initialRefCount argument from RefCounted class
https://bugs.webkit.org/show_bug.cgi?id=23490

Attachment 27084: Patch v2 (requires more work)
https://bugs.webkit.org/attachment.cgi?id=27084&action=review

------- Additional Comments from Darin Adler <darin at apple.com>
> -    RefCounted(int initialRefCount = 1)
> -	   : RefCountedBase(initialRefCount)
> +    RefCounted()
>      {
>      }

This entire constructor definition could be removed! We don't need it at all
any more.

r=me


More information about the webkit-reviews mailing list