Changeset 27176 in webkit for trunk/JavaScriptCore/kjs/identifier.cpp
- Timestamp:
- Oct 28, 2007, 1:17:39 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/identifier.cpp
r27153 r27176 39 39 static unsigned hash(const KJS::UString::Rep *key) { return key->hash(); } 40 40 static bool equal(const KJS::UString::Rep *a, const KJS::UString::Rep *b) { return KJS::Identifier::equal(a, b); } 41 static const bool safeToCompareToEmptyOrDeleted = false; 41 42 }; 42 43
Note:
See TracChangeset
for help on using the changeset viewer.