Changeset 1881 in webkit for trunk/JavaScriptCore/kjs
- Timestamp:
- Aug 20, 2002, 2:53:41 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/object.cpp
r1861 r1881 80 80 { 81 81 //fprintf(stderr,"ObjectImp::~ObjectImp %p\n",(void*)this); 82 if (_proto)83 _proto->setGcAllowed();84 if (_internalValue)85 _internalValue->setGcAllowed();86 if (_scope)87 _scope->setGcAllowed();88 82 delete _prop; 89 83 }
Note:
See TracChangeset
for help on using the changeset viewer.