- fixed <rdar://problem/
4037700> Every character typed causes stat call for /usr/share/icu/icudt32b_char.brk
* khtml/rendering/render_text.cpp: (getCharacterBreakIterator): Set boolean "got iterator" to true.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@8854
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2005-03-10 Darin Adler <darin@apple.com>
+
+ Reviewed by Richard.
+
+ - fixed <rdar://problem/4037700> Every character typed causes stat call for /usr/share/icu/icudt32b_char.brk
+
+ * khtml/rendering/render_text.cpp: (getCharacterBreakIterator): Set boolean "got iterator" to true.
+
=== Safari-405 ===
2005-03-10 Darin Adler <darin@apple.com>
if (!createdIterator) {
status = U_ZERO_ERROR;
iterator = ubrk_open(UBRK_CHARACTER, "en_us", NULL, 0, &status);
+ createdIterator = true;
}
if (!iterator) {
return NULL;