Changeset 2800 in webkit for trunk/JavaScriptCore/kjs/lookup.cpp
- Timestamp:
- Nov 21, 2002, 7:39:47 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/lookup.cpp
r2760 r2800 34 34 { 35 35 for (unsigned i = 0; i != len; i++, c++, s++) 36 if (c->u nicode()!= (unsigned char)*s)36 if (c->uc != (unsigned char)*s) 37 37 return false; 38 38 return *s == 0;
Note:
See TracChangeset
for help on using the changeset viewer.