Changeset 42173 in webkit for trunk/JavaScriptCore
- Timestamp:
- Apr 2, 2009, 9:35:15 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r42167 r42173 1 2009-04-02 Darin Adler <[email protected]> 2 3 Reviewed by Kevin Decker. 4 5 <rdar://problem/6744471> crash in GC due to uninitialized callFunction pointer 6 7 * runtime/JSGlobalObject.h: 8 (JSC::JSGlobalObject::JSGlobalObjectData::JSGlobalObjectData): Initialize 9 callFunction as we do the other data members that are used in the mark function. 10 1 11 2009-04-02 Yael Aharon <[email protected]> 2 12 -
trunk/JavaScriptCore/runtime/JSGlobalObject.h
r42065 r42173 69 69 , URIErrorConstructor(0) 70 70 , evalFunction(0) 71 , callFunction(0) 71 72 , objectPrototype(0) 72 73 , functionPrototype(0)
Note:
See TracChangeset
for help on using the changeset viewer.