Changeset 99357 in webkit for trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
- Timestamp:
- Nov 5, 2011, 1:29:01 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSActivation.cpp
r99126 r99357 193 193 // expose in the activation object. 194 194 ASSERT(!hasGetterSetterProperties()); 195 PutPropertySlot slot; 196 JSObject::putWithAttributes(exec, propertyName, value, attributes, true, slot); 195 JSObject::putWithAttributes(exec, propertyName, value, attributes); 197 196 } 198 197
Note:
See TracChangeset
for help on using the changeset viewer.