Ticket #22864: TextBreakIterator.diff

File TextBreakIterator.diff, 380 bytes (added by mtalexander (Mike Alexander), 14 years ago)

Patch to make webkit build with icu 4.3.3

  • WebCore/platform/text/TextBreakIterator.

    old new  
    2626
    2727namespace WebCore {
    2828
    29     class TextBreakIterator;
     29    typedef struct UBreakIterator TextBreakIterator;
    3030
    3131    // Note: The returned iterator is good only until you get another iterator.
    3232