Ticket #22864: TextBreakIterator.diff
File TextBreakIterator.diff, 380 bytes (added by mtalexander (Mike Alexander), 15 years ago) |
---|
-
WebCore/platform/text/TextBreakIterator.
old new 26 26 27 27 namespace WebCore { 28 28 29 classTextBreakIterator;29 typedef struct UBreakIterator TextBreakIterator; 30 30 31 31 // Note: The returned iterator is good only until you get another iterator. 32 32