Changeset 27068 in webkit for trunk/JavaScriptCore/kjs/Context.cpp
- Timestamp:
- Oct 25, 2007, 2:37:45 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/Context.cpp
r27027 r27068 88 88 ActivationImp* activation = static_cast<ActivationImp*>(m_activation); 89 89 if (activation) 90 activation->re leaseArguments();90 activation->resetArguments(); 91 91 } 92 92
Note:
See TracChangeset
for help on using the changeset viewer.