Changeset 14256 in webkit for trunk/JavaScriptCore/kjs/function.cpp
- Timestamp:
- May 9, 2006, 2:27:55 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/function.cpp
r13663 r14256 41 41 #include <ctype.h> 42 42 43 #include < kxmlcore/unicode/Unicode.h>43 #include <wtf/unicode/Unicode.h> 44 44 45 45 namespace KJS { … … 662 662 return true; 663 663 default: 664 return KXMLCore::Unicode::isSeparatorSpace(c);664 return WTF::Unicode::isSeparatorSpace(c); 665 665 } 666 666 }
Note:
See TracChangeset
for help on using the changeset viewer.