Changeset 78856 in webkit for trunk/Source/JavaScriptCore/runtime/JSObject.h
- Timestamp:
- Feb 17, 2011, 12:35:59 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/JSObject.h
r78732 r78856 455 455 { 456 456 if (WriteBarrierBase<Unknown>* location = getDirectLocation(propertyName)) { 457 if (m_structure->hasGetterSetterProperties() && location->isGetterSetter())457 if (m_structure->hasGetterSetterProperties() && (*location)->isGetterSetter()) 458 458 fillGetterPropertySlot(slot, location); 459 459 else
Note:
See TracChangeset
for help on using the changeset viewer.