View | Details | Raw Unified | Return to bug 143718
Collapse All | Expand All

(-)WebCore/platform/text/TextBreakIterator.h (-1 / +1 lines)
Lines 26-32 Link Here
26
26
27
namespace WebCore {
27
namespace WebCore {
28
28
29
    class TextBreakIterator;
29
    typedef struct UBreakIterator TextBreakIterator;
30
30
31
    // Note: The returned iterator is good only until you get another iterator.
31
    // Note: The returned iterator is good only until you get another iterator.

Return to bug 143718