Changeset 53400 in webkit for trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
- Timestamp:
- Jan 18, 2010, 4:14:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/jit/JITPropertyAccess.cpp
r53391 r53400 645 645 646 646 Structure* prototypeStructure = proto->structure(); 647 ASSERT(!methodCallLinkInfo.cachedPrototypeStructure); 647 648 methodCallLinkInfo.cachedPrototypeStructure = prototypeStructure; 648 649 prototypeStructure->ref(); … … 1594 1595 1595 1596 Structure* prototypeStructure = proto->structure(); 1597 ASSERT(!methodCallLinkInfo.cachedPrototypeStructure); 1596 1598 methodCallLinkInfo.cachedPrototypeStructure = prototypeStructure; 1597 1599 prototypeStructure->ref();
Note:
See TracChangeset
for help on using the changeset viewer.