[webkit-reviews] review requested: [Bug 36431] Clean up 'int' use in UString.cpp after r54789 : [Attachment 51258] Patch
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Mar 21 16:12:57 PDT 2010
David Kilzer (ddkilzer) <ddkilzer at webkit.org> has asked for review:
Bug 36431: Clean up 'int' use in UString.cpp after r54789
https://bugs.webkit.org/show_bug.cgi?id=36431
Attachment 51258: Patch
https://bugs.webkit.org/attachment.cgi?id=51258&action=review
------- Additional Comments from David Kilzer (ddkilzer) <ddkilzer at webkit.org>
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(-)
More information about the webkit-reviews
mailing list