Chromium Code Reviews| Index: source/common/usprep.cpp |
| diff --git a/source/common/usprep.cpp b/source/common/usprep.cpp |
| index dd0b101d745ddd4ef7e2aa549754ab50348eb13f..c1bd514065d1aa65a6c87de2bfdd464a8b997136 100644 |
| --- a/source/common/usprep.cpp |
| +++ b/source/common/usprep.cpp |
| @@ -136,7 +136,7 @@ static int32_t |
| usprep_internal_flushCache(UBool noRefCount){ |
| UStringPrepProfile *profile = NULL; |
| UStringPrepKey *key = NULL; |
| - int32_t pos = -1; |
| + int32_t pos = UHASH_FIRST; |
| int32_t deletedNum = 0; |
| const UHashElement *e; |