summaryrefslogtreecommitdiff
path: root/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h')
-rw-r--r--Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h b/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h
index 568c87895..b9198472b 100644
--- a/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h
+++ b/Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h
@@ -26,6 +26,8 @@
#ifndef DFGSaneStringGetByValSlowPathGenerator_h
#define DFGSaneStringGetByValSlowPathGenerator_h
+#include <wtf/Platform.h>
+
#if ENABLE(DFG_JIT)
#include "DFGCommon.h"
@@ -76,7 +78,6 @@ 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);
}