[Webkit-unassigned] [Bug 33943] Use fastStrDup instead of strdup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 22 05:47:54 PST 2010


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


Kwang Yul Seo <kwangyul.seo at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #47107|0                           |1
        is obsolete|                            |
  Attachment #47194|                            |review?, commit-queue?
               Flag|                            |




--- Comment #10 from Kwang Yul Seo <kwangyul.seo at gmail.com>  2010-01-22 05:47:53 PST ---
Created an attachment (id=47194)
 --> (https://bugs.webkit.org/attachment.cgi?id=47194)
Use fastStrDup

fastStrDup is not so great as we can't use OwnPtr. However, it is still
valuable because we can use fastFree everywhere. In addition to it, some
compilers without strdup can benefit from fastStrDup.

I submit the patch again to make it pass build tests as 33943 is now committed
in the trunk.

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