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