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/jit/JITExceptions.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'Source/JavaScriptCore/jit/JITExceptions.h') diff --git a/Source/JavaScriptCore/jit/JITExceptions.h b/Source/JavaScriptCore/jit/JITExceptions.h index 376e269f1..3ccac84c5 100644 --- a/Source/JavaScriptCore/jit/JITExceptions.h +++ b/Source/JavaScriptCore/jit/JITExceptions.h @@ -26,20 +26,17 @@ #ifndef JITExceptions_h #define JITExceptions_h +#include "Interpreter.h" #include "JSCJSValue.h" -#if ENABLE(JIT) || ENABLE(LLINT) - namespace JSC { class ExecState; class VM; -void genericUnwind(VM*, ExecState*, JSValue exceptionValue); +void genericUnwind(VM*, ExecState*, UnwindStart = UnwindFromCurrentFrame); } // namespace JSC -#endif // ENABLE(JIT) || ENABLE(LLINT) - #endif // JITExceptions_h -- cgit v1.2.1