Changeset 931 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Apr 2, 2002, 9:20:12 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r798 r931 22 22 */ 23 23 24 #include <config.h> 25 24 26 #include <stdio.h> 25 27 #include <math.h> … … 756 758 BooleanImp::staticFalse->setGcAllowed(); 757 759 BooleanImp::staticFalse = 0L; 760 #ifdef APPLE_CHANGES 761 ListImp::emptyList->setGcAllowed(); 762 ListImp::emptyList->deref(); 763 ListImp::emptyList = 0; 764 #endif 758 765 } 759 766
Note:
See TracChangeset
for help on using the changeset viewer.