Ignore:
Timestamp:
Sep 7, 2011, 4:48:54 PM (14 years ago)
Author:
[email protected]
Message:

PPC build fix.

  • bytecode/CodeBlock.cpp:

(JSC::CodeBlock::~CodeBlock):

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/bytecode/CodeBlock.cpp

    r94623 r94731  
    14491449#endif
    14501450   
     1451#if ENABLE(JIT)
    14511452    // We may be destroyed before any CodeBlocks that refer to us are destroyed.
    14521453    // Consider that two CodeBlocks become unreachable at the same time. There
     
    14621463    // destructors.
    14631464
    1464 #if ENABLE(JIT)
    14651465    for (size_t size = m_structureStubInfos.size(), i = 0; i < size; ++i)
    14661466        m_structureStubInfos[i].deref();
Note: See TracChangeset for help on using the changeset viewer.