Changeset 37842 in webkit for trunk/JavaScriptCore
- Timestamp:
- Oct 24, 2008, 12:39:15 AM (17 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r37840 r37842 1 2008-10-24 David Kilzer <[email protected]> 2 3 Rolled out r37840. 4 5 * wtf/Platform.h: 6 1 7 2008-10-23 Greg Bolsinga <[email protected]> 2 8 -
trunk/JavaScriptCore/wtf/Platform.h
r37840 r37842 352 352 #endif 353 353 354 #if !defined(ENABLE_GEOLOCATION)355 #define ENABLE_GEOLOCATION 0356 #endif357 358 354 // CTI only supports x86 at the moment, and has only been tested on Mac and Windows. 359 355 #if !defined(ENABLE_CTI) && PLATFORM(X86) && (PLATFORM(MAC) || PLATFORM(WIN))
Note:
See TracChangeset
for help on using the changeset viewer.