Changeset 26879 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 22, 2007, 4:39:34 AM (18 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r26874 r26879 1 2007-10-22 Simon Hausmann <[email protected]> 2 3 Reviewed by Alp. 4 5 Build fix for the non-qmake builds. 6 7 * wtf/Platform.h: Default to enabling the database features unless 8 otherwise specified. (similar to ENABLE_ICONDATABASE) 9 1 10 2007-10-22 Holger Freyther <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r26864 r26879 225 225 #endif 226 226 227 #if !defined(ENABLE_DATABASE) 228 #define ENABLE_DATABASE 1 229 #endif 230 227 231 #if !defined(ENABLE_FTPDIR) 228 232 #define ENABLE_FTPDIR 1
Note:
See TracChangeset
for help on using the changeset viewer.