Changeset 184051 in webkit
- Timestamp:
- May 10, 2015, 1:19:11 PM (11 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
runtime/PropertyNameArray.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r184050 r184051 1 2015-05-10 Andreas Kling <akling@apple.com> 2 3 Remove unnecessary AtomicStringImpl* hash specification in PropertyNameArray. 4 5 Follow up to r184050 suggested by Darin. 6 7 * runtime/PropertyNameArray.h: 8 1 9 2015-05-10 Andreas Kling <akling@apple.com> 2 10 -
trunk/Source/JavaScriptCore/runtime/PropertyNameArray.h
r184050 r184051 95 95 private: 96 96 RefPtr<PropertyNameArrayData> m_data; 97 HashSet<AtomicStringImpl* , PtrHash<AtomicStringImpl*>> m_set;97 HashSet<AtomicStringImpl*> m_set; 98 98 VM* m_vm; 99 99 };
Note:
See TracChangeset
for help on using the changeset viewer.