[Webkit-unassigned] [Bug 49637] New: JSC::UString and WTF::String should use size_t instead of unsigned

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 16 18:06:57 PST 2010


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

           Summary: JSC::UString and WTF::String should use size_t instead
                    of unsigned
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: darin at apple.com, ggaren at apple.com,
                    barraclough at apple.com


JSC::UString and WTF::String should use size_t instead of unsigned since unsigned is only 4 bytes on 64-bit, but size_t is 8 bytes.

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