Ignore:
Timestamp:
Sep 19, 2013, 3:42:35 PM (12 years ago)
Author:
[email protected]
Message:

Unreviewed, fix Windows build part 2. m_jitCodeMap should always be there.

  • bytecode/CodeBlock.h:

(JSC::CodeBlock::jitCodeMap):

File:
1 edited

Legend:

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

    r156050 r156126  
    233233#endif // ENABLE(LLINT)
    234234
    235 #if ENABLE(DFG_JIT) || ENABLE(LLINT)
    236235    void setJITCodeMap(PassOwnPtr<CompactJITCodeMap> jitCodeMap)
    237236    {
     
    242241        return m_jitCodeMap.get();
    243242    }
    244 #endif
    245243   
    246244    unsigned bytecodeOffset(Instruction* returnAddress)
     
    10961094    SentinelLinkedList<CallLinkInfo, BasicRawSentinelNode<CallLinkInfo> > m_incomingCalls;
    10971095#endif
    1098 #if ENABLE(DFG_JIT) || ENABLE(LLINT)
    10991096    OwnPtr<CompactJITCodeMap> m_jitCodeMap;
    1100 #endif
    11011097#if ENABLE(DFG_JIT)
    11021098    // This is relevant to non-DFG code blocks that serve as the profiled code block
Note: See TracChangeset for help on using the changeset viewer.