Changeset 936 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Apr 2, 2002, 11:36:09 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/property_map.cpp
r798 r936 25 25 #include "property_map.h" 26 26 27 #include <config.h> 28 27 29 #include <string.h> 28 30 #include <assert.h> … … 127 129 PropertyMap::~PropertyMap() 128 130 { 131 #ifdef APPLE_CHANGES 132 clear(); 133 #endif 129 134 } 130 135
Note:
See TracChangeset
for help on using the changeset viewer.