Changeset 39585 in webkit for trunk/JavaScriptCore/wtf/unicode/Unicode.h
- Timestamp:
- Jan 4, 2009, 10:00:58 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/unicode/Unicode.h
r39554 r39585 23 23 #define WTF_UNICODE_H 24 24 25 #include <wtf/ Platform.h>25 #include <wtf/Assertions.h> 26 26 27 27 #if USE(QT4_UNICODE) … … 33 33 #endif 34 34 35 COMPILE_ASSERT(sizeof(UChar) == 2, UCharIsTwoBytes); 36 35 37 #endif // WTF_UNICODE_H
Note:
See TracChangeset
for help on using the changeset viewer.