Changeset 37727 in webkit for trunk/JavaScriptCore/VM/Machine.cpp
- Timestamp:
- Oct 20, 2008, 9:09:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/VM/Machine.cpp
r37714 r37727 2715 2715 } 2716 2716 ++it; 2717 proto = asObject( asObject(proto)->structureID()->prototypeForLookup(callFrame));2717 proto = asObject(proto)->structureID()->prototypeForLookup(callFrame); 2718 2718 } 2719 2719
Note:
See TracChangeset
for help on using the changeset viewer.