Changeset 2863 in webkit for trunk/JavaScriptCore/kjs/property_map.cpp
- Timestamp:
- Nov 25, 2002, 2:02:03 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/property_map.cpp
r2861 r2863 69 69 }; 70 70 71 SavedProperties::SavedProperties() : _count(0), _properties(0) { } 72 73 SavedProperties::~SavedProperties() 74 { 75 if (_properties) 76 delete _properties; 77 } 78 71 79 // Algorithm concepts from Algorithms in C++, Sedgewick. 72 80
Note:
See TracChangeset
for help on using the changeset viewer.