Changeset 39563 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jan 2, 2009, 4:25:59 PM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r39558 r39563 1 2009-01-02 David Smith <[email protected]> 2 3 Reviewed by Darin Adler. 4 5 https://bugs.webkit.org/show_bug.cgi?id=22699 6 Enable NodeList caching for getElementsByTagName 7 8 * wtf/HashFunctions.h: Moved the definition of PHI here and renamed to stringHashingStartValue 9 1 10 2009-01-02 David Kilzer <[email protected]> 2 11 -
trunk/JavaScriptCore/wtf/HashFunctions.h
r35900 r39563 174 174 175 175 template<typename T, typename U> struct DefaultHash<std::pair<T, U> > { typedef PairHash<T, U> Hash; }; 176 177 // Golden ratio - arbitrary start value to avoid mapping all 0's to all 0's 178 static const unsigned stringHashingStartValue = 0x9e3779b9U; 176 179 177 180 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.