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

Collapse All | Expand All

(-)webkitgtk-2.4.11.orig/Source/JavaScriptCore/API/JSStringRef.h (-1 / +2 lines)
Lines 27-32 Link Here
27
#define JSStringRef_h
27
#define JSStringRef_h
28
#include <JavaScriptCore/JSValueRef.h>
28
#include <JavaScriptCore/JSValueRef.h>
29
#include <uchar.h>
29
#ifndef __cplusplus
30
#ifndef __cplusplus
30
#include <stdbool.h>
31
#include <stdbool.h>
Lines 43-49 Link Here
43
@typedef JSChar
44
@typedef JSChar
44
@abstract A Unicode character.
45
@abstract A Unicode character.
45
*/
46
*/
46
    typedef unsigned short JSChar;
47
    typedef char16_t JSChar;
47
#else
48
#else
48
    typedef wchar_t JSChar;
49
    typedef wchar_t JSChar;
49
#endif
50
#endif

Return to bug 621532