Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 308699 | Differences between
and this patch

Collapse All | Expand All

(-)a/JavaScriptCore/wtf/unicode/icu/UnicodeIcu.h (+1 lines)
Lines 27-32 Link Here
27
#include <unicode/uchar.h>
27
#include <unicode/uchar.h>
28
#include <unicode/ustring.h>
28
#include <unicode/ustring.h>
29
#include <unicode/utf16.h>
29
#include <unicode/utf16.h>
30
#include <unicode/uversion.h>
30
31
31
namespace WTF {
32
namespace WTF {
32
namespace Unicode {
33
namespace Unicode {
(-)a/WebCore/platform/text/TextBreakIterator.h (+5 lines)
Lines 26-32 Link Here
26
26
27
namespace WebCore {
27
namespace WebCore {
28
28
29
#if (U_ICU_VERSION_MAJOR_NUM == 4) && (U_ICU_VERSION_MINOR_NUM >= 4)
30
    typedef struct UBreakIterator TextBreakIterator;
31
#else
29
    class TextBreakIterator;
32
    class TextBreakIterator;
33
#endif
34
30
35
31
    // Note: The returned iterator is good only until you get another iterator.
36
    // Note: The returned iterator is good only until you get another iterator.
32
37

Return to bug 308699