[Webkit-unassigned] [Bug 36431] New: Clean up 'int' use in UString.cpp after r54789

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 21 16:12:58 PDT 2010


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

           Summary: Clean up 'int' use in UString.cpp after r54789
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ddkilzer at webkit.org
                CC: barraclough at apple.com



David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51258|                            |review?
               Flag|                            |


Created an attachment (id=51258)
 --> (https://bugs.webkit.org/attachment.cgi?id=51258)
Patch

Reviewed by NOBODY (OOPS!).

* runtime/UString.cpp:
(JSC::UString::from): Changed argument type from 'unsigned int'
to 'unsigned' to match WebKit coding style.
(JSC::UString::find): Changed static_cast<int>() to
static_cast<unsigned>() now that this method returns unsigned.
(JSC::UString::rfind): Ditto.
---
 2 files changed, 19 insertions(+), 6 deletions(-)

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