diff options
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h')
| -rw-r--r-- | Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h b/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h index b9198472b..568c87895 100644 --- a/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h +++ b/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h @@ -26,8 +26,6 @@ #ifndef DFGSaneStringGetByValSlowPathGenerator_h #define DFGSaneStringGetByValSlowPathGenerator_h -#include <wtf/Platform.h> - #if ENABLE(DFG_JIT) #include "DFGCommon.h" @@ -78,6 +76,7 @@ protected: GPRReg canTrample = SpeculativeJIT::pickCanTrample(extractResult(m_resultRegs)); for (unsigned i = m_plans.size(); i--;) jit->silentFill(m_plans[i], canTrample); + jit->m_jit.exceptionCheck(); jumpTo(jit); } |
