Ignore:
Timestamp:
Jul 30, 2009, 7:57:31 PM (16 years ago)
Author:
[email protected]
Message:

2009-07-30 Gavin Barraclough <[email protected]>

Reviewed by NOBODY (build fix).

Temporarily revert r46618 since this is b0rking on Linux.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/bytecompiler/BytecodeGenerator.cpp

    r46618 r46620  
    11911191{
    11921192#if ENABLE(JIT)
    1193     m_codeBlock->addStructureStubInfo(StructureStubInfo(access_get_by_id));
     1193    m_codeBlock->addStructureStubInfo(StructureStubInfo(op_get_by_id));
    11941194#else
    11951195    m_codeBlock->addPropertyAccessInstruction(instructions().size());
     
    12101210{
    12111211#if ENABLE(JIT)
    1212     m_codeBlock->addStructureStubInfo(StructureStubInfo(access_put_by_id));
     1212    m_codeBlock->addStructureStubInfo(StructureStubInfo(op_put_by_id));
    12131213#else
    12141214    m_codeBlock->addPropertyAccessInstruction(instructions().size());
Note: See TracChangeset for help on using the changeset viewer.