Changeset 2845 in webkit for trunk/JavaScriptCore/kjs/internal.cpp
- Timestamp:
- Nov 23, 2002, 4:04:08 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/internal.cpp
r2824 r2845 413 413 void ContextImp::mark() 414 414 { 415 for (ContextImp *context = this; context; context = context->_callingContext) 415 for (ContextImp *context = this; context; context = context->_callingContext) { 416 416 context->_activationImp.mark(); 417 #if DEBUG_COLLECTOR 418 context->_activationImp._flags &= ~ValueImp::VI_MARKED; 419 #endif 420 } 417 421 } 418 422
Note:
See TracChangeset
for help on using the changeset viewer.