X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/2d39b0e377c0896910ee49ae70082ba665faf986..refs/heads/master:/jit/JITExceptions.h diff --git a/jit/JITExceptions.h b/jit/JITExceptions.h index e02b515..43b92e7 100644 --- a/jit/JITExceptions.h +++ b/jit/JITExceptions.h @@ -33,7 +33,7 @@ namespace JSC { class ExecState; class VM; -void genericUnwind(VM*, ExecState*, JSValue exceptionValue); +void genericUnwind(VM*, ExecState*); } // namespace JSC