Changeset 53437 in webkit for trunk/JavaScriptCore/runtime/UString.h
- Timestamp:
- Jan 18, 2010, 4:02:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/UString.h
r53400 r53437 207 207 }; 208 208 209 inlinebool operator==(const UString& s1, const UString& s2)209 ALWAYS_INLINE bool operator==(const UString& s1, const UString& s2) 210 210 { 211 211 int size = s1.size();
Note:
See TracChangeset
for help on using the changeset viewer.