Changeset 77159 in webkit for trunk/Source/JavaScriptCore/ChangeLog
- Timestamp:
- Jan 31, 2011, 2:24:27 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r77151 r77159 1 2011-01-31 Michael Saboff <[email protected]> 2 3 Reviewed by Geoffrey Garen. 4 5 Potentially Unsafe HashSet of RuntimeObject* in RootObject definition 6 https://bugs.webkit.org/show_bug.cgi?id=53271 7 8 Reapplying this change again. 9 Changed isValid() to use .get() as a result of change r77151. 10 11 Added new isValid() methods to check if a contained object in 12 a WeakGCMap is valid when using an unchecked iterator. 13 14 * runtime/WeakGCMap.h: 15 (JSC::WeakGCMap::isValid): 16 1 17 2011-01-31 Oliver Hunt <[email protected]> 2 18
Note:
See TracChangeset
for help on using the changeset viewer.