Changeset 26770 in webkit
- Timestamp:
- Oct 19, 2007, 4:28:58 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r26760 r26770 1 2007-10-19 Simon Hausmann <hausmann@kde.org> 2 3 Reviewed by Lars. 4 5 Another build fix for the windows/qt build: Apply the same fix as in revision 26686 also to kjs/config.h to disable the disallowctype feature. 6 7 * kjs/config.h: 8 1 9 2007-10-18 Maciej Stachowiak <mjs@apple.com> 2 10 -
trunk/JavaScriptCore/kjs/config.h
r26676 r26770 87 87 #endif 88 88 89 #if !PLATFORM(QT) // this breaks compilation of <QFontDatabase>, at least, so turn it off for now 89 90 #include <wtf/DisallowCType.h> 91 #endif
Note:
See TracChangeset
for help on using the changeset viewer.