X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/93a3786624b2768d89bfa27e46598dc64e2fb70a..refs/heads/master:/dfg/DFGOSRExitCompilationInfo.h diff --git a/dfg/DFGOSRExitCompilationInfo.h b/dfg/DFGOSRExitCompilationInfo.h index 9679545..75f1d21 100644 --- a/dfg/DFGOSRExitCompilationInfo.h +++ b/dfg/DFGOSRExitCompilationInfo.h @@ -26,8 +26,6 @@ #ifndef DFGOSRExitCompilationInfo_h #define DFGOSRExitCompilationInfo_h -#include - #if ENABLE(DFG_JIT) #include "CodeOrigin.h" @@ -38,6 +36,8 @@ namespace JSC { namespace DFG { struct OSRExitCompilationInfo { MacroAssembler::JumpList m_failureJumps; + MacroAssembler::Label m_replacementSource; + MacroAssembler::Label m_replacementDestination; }; } } // namespace JSC::DFG