Changeset 46712 in webkit for trunk/JavaScriptCore/wtf/Platform.h
- Timestamp:
- Aug 2, 2009, 11:33:07 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/Platform.h
r46709 r46712 566 566 #if PLATFORM(X86_64) && PLATFORM(MAC) 567 567 #define WTF_USE_JSVALUE64 1 568 #elif PLATFORM(QT) / / All Qt layout tests crash in JSVALUE32_64 mode.568 #elif PLATFORM(QT) /* All Qt layout tests crash in JSVALUE32_64 mode. */ 569 569 #define WTF_USE_JSVALUE32 1 570 570 #else
Note:
See TracChangeset
for help on using the changeset viewer.