Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(148)

Unified Diff: webkit/glue/editor_client_impl.cc

Issue 2912: add a new xcconfig to build c++ files as obj-c++ to ensure correct linkage. B... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698