Changeset 54747 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Feb 12, 2010, 7:09:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r53400 r54747 645 645 646 646 Structure* prototypeStructure = proto->structure(); 647 ASSERT(!methodCallLinkInfo.cachedPrototypeStructure);648 647 methodCallLinkInfo.cachedPrototypeStructure = prototypeStructure; 649 648 prototypeStructure->ref(); … … 1595 1594 1596 1595 Structure* prototypeStructure = proto->structure(); 1597 ASSERT(!methodCallLinkInfo.cachedPrototypeStructure);1598 1596 methodCallLinkInfo.cachedPrototypeStructure = prototypeStructure; 1599 1597 prototypeStructure->ref();
Note:
See TracChangeset
for help on using the changeset viewer.