Changeset 53391 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Jan 17, 2010, 11:28:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r52975 r53391 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.