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

Unreviewed, fix Windows build. ScratchBuffer should always be available regardless of
ENABLE_DFG_JIT.

  • runtime/VM.h:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/runtime/VM.h

    r155558 r156123  
    126126    };
    127127
    128 #if ENABLE(DFG_JIT)
    129128    class ConservativeRoots;
    130129
     
    164163#if COMPILER(MSVC)
    165164#pragma warning(pop)
    166 #endif
    167165#endif
    168166
     
    355353        void* targetMachinePCForThrow;
    356354        Instruction* targetInterpreterPCForThrow;
    357 #if ENABLE(DFG_JIT)
    358355        uint32_t osrExitIndex;
    359356        void* osrExitJumpDestination;
     
    382379
    383380        void gatherConservativeRoots(ConservativeRoots&);
    384 #endif
    385381
    386382        JSGlobalObject* dynamicGlobalObject;
Note: See TracChangeset for help on using the changeset viewer.