Changeset 43347 in webkit for trunk/JavaScriptCore/runtime/ScopeChain.h
- Timestamp:
- May 7, 2009, 9:41:35 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/ScopeChain.h
r43341 r43347 46 46 // to deleted but still "valid" ScopeChainNodes we now deliberately clobber the 47 47 // contents in debug builds. 48 ~ScopeChainNode() { 48 ~ScopeChainNode() 49 { 49 50 next = 0; 50 51 object = 0;
Note:
See TracChangeset
for help on using the changeset viewer.