--- webkit-1.1.23/WebCore/platform/text/TextBreakIterator.h.icu44 2010-03-12 15:56:02.000000000 +0300 +++ webkit-1.1.23/WebCore/platform/text/TextBreakIterator.h 2010-03-15 17:04:08.000000000 +0300 @@ -26,7 +26,11 @@ namespace WebCore { +#if (U_ICU_VERSION_MAJOR_NUM == 4) && (U_ICU_VERSION_MINOR_NUM >= 3) + typedef struct UBreakIterator TextBreakIterator; +#else class TextBreakIterator; +#endif // Note: The returned iterator is good only until you get another iterator.