Changeset 29505 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 15, 2008, 7:32:29 PM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r29503 r29505 1 2008-01-15 Alp Toker <[email protected]> 2 3 Rubber-stamped by Anders. 4 5 Make the HTTP backend configurable in the GTK+ port. curl is currently 6 the only option. 7 8 * wtf/Platform.h: Don't hard-code WTF_USE_CURL for GTK 9 1 10 2008-01-15 Sam Weinig <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/Platform.h
r29454 r29505 227 227 #endif 228 228 229 #if PLATFORM(GTK)230 #define WTF_USE_CURL 1231 #endif232 233 229 #if PLATFORM(QT) 234 230 #define USE_SYSTEM_MALLOC 1
Note:
See TracChangeset
for help on using the changeset viewer.