Changeset 27201 in webkit for trunk/JavaScriptCore/kjs/ustring.cpp
- Timestamp:
- Oct 28, 2007, 7:52:04 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/ustring.cpp
r27153 r27201 39 39 #include <wtf/Assertions.h> 40 40 #include <wtf/ASCIICType.h> 41 #include <wtf/MathExtras.h> 41 42 #include <wtf/Vector.h> 42 43 … … 599 600 { 600 601 // avoid ever printing -NaN, in JS conceptually there is only one NaN value 601 if (is NaN(d))602 if (isnan(d)) 602 603 return "NaN"; 603 604
Note:
See TracChangeset
for help on using the changeset viewer.