Index: webkit/glue/editor_client_impl.cc |
=================================================================== |
--- webkit/glue/editor_client_impl.cc (revision 2270) |
+++ webkit/glue/editor_client_impl.cc (working copy) |
@@ -552,7 +552,7 @@ |
} |
if (evt->keyEvent()->text().length() == 1) { |
- UChar ch = evt->keyEvent()->text()[0]; |
+ UChar ch = evt->keyEvent()->text()[0U]; |
// Don't insert null or control characters as they can result in |
// unexpected behaviour |