[Webkit-unassigned] [Bug 26001] New: Change callers of String::adopt() to String::createUninitialized()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun May 24 23:42:07 PDT 2009


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

           Summary: Change callers of String::adopt() to
                    String::createUninitialized()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: davemoore at google.com


Bug https://bugs.webkit.org/show_bug.cgi?id=25779 introduced the new
String::createUninitialized() which allows a caller to allocate a string with
an inline buffer and write directly into it. Many of the callers of
String::adopt() would do better to call this method.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list