Changeset 44633 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 12, 2009, 3:41:49 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44627 r44633 1 2009-06-12 Dimitri Glazkov <[email protected]> 2 3 Reviewed by Eric Seidel. 4 5 https://bugs.webkit.org/show_bug.cgi?id=26191 6 Remove xmath include in MathExtras.h, because it is not needed and also 7 breaks VS2008 builds with TR1 turned on. 8 9 * wtf/MathExtras.h: Removed xmath include. 10 1 11 2009-06-12 Peter Kasting <[email protected]> 2 12 -
trunk/JavaScriptCore/wtf/MathExtras.h
r39337 r44633 42 42 #if PLATFORM(WIN_CE) 43 43 #include <stdlib.h> 44 #else45 #include <xmath.h>46 44 #endif 47 45 #include <limits>
Note:
See TracChangeset
for help on using the changeset viewer.