X-Git-Url: https://git.saurik.com/apple/javascriptcore.git/blobdiff_plain/81345200c95645a1b0d2635520f96ad55dfde63f..HEAD:/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