[Webkit-unassigned] [Bug 67081] New: StringBuilder::toStringReserveCapacity() needs to be const

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 26 20:54:13 PDT 2011


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

           Summary: StringBuilder::toStringReserveCapacity() needs to be
                    const
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: wangxianzhu at chromium.org
                CC: darin at apple.com, ap at webkit.org, sullivan at chromium.org


Now neither StringBuilder::toString() nor StringBuilder::toStringPreserveCapacity() is const. This prevents some const Vector<UChar> usages from being replaced with StringBuilder.
We can change StringBuilder::toStringReserveCapacity() to const, perhaps also change a better name for it.

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