Ignore:
Timestamp:
Mar 30, 2011, 4:53:25 PM (14 years ago)
Author:
[email protected]
Message:

Rollout r82500

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/jit/JITPropertyAccess.cpp

    r82500 r82519  
    980980    // Track the stub we have created so that it will be deleted later.
    981981    structure->ref();
    982     prototypeStructures->list[currentIndex].set(callFrame->globalData(), m_codeBlock->ownerExecutable(), entryLabel, structure, chain);
     982    chain->ref();
     983    prototypeStructures->list[currentIndex].set(entryLabel, structure, chain);
    983984
    984985    // Finally patch the jump to slow case back in the hot path to jump here instead.
Note: See TracChangeset for help on using the changeset viewer.