Changeset 58003 in webkit for trunk/JavaScriptCore/runtime/Identifier.h
- Timestamp:
- Apr 21, 2010, 12:40:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/Identifier.h
r58001 r58003 74 74 friend bool operator!=(const Identifier&, const char*); 75 75 76 static void remove(UString::Rep*);77 78 76 static bool equal(const UString::Rep*, const char*); 79 77 static bool equal(const UString::Rep*, const UChar*, unsigned length);
Note:
See TracChangeset
for help on using the changeset viewer.