From a4e969f4965059196ca948db781e52f7cfebf19e Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 24 May 2016 08:28:08 +0000 Subject: webkitgtk-2.12.3 --- Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/JavaScriptCore/dfg/DFGSaneStringGetByValSlowPathGenerator.h') 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 - #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); } -- cgit v1.2.1