summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/runtime/CallData.h
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/runtime/CallData.h')
-rw-r--r--JavaScriptCore/runtime/CallData.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/runtime/CallData.h b/JavaScriptCore/runtime/CallData.h
index 24c19f9..5294e54 100644
--- a/JavaScriptCore/runtime/CallData.h
+++ b/JavaScriptCore/runtime/CallData.h
@@ -46,7 +46,7 @@ namespace JSC {
CallTypeJS
};
- typedef JSValue (JSC_HOST_CALL *NativeFunction)(ExecState*, JSObject*, JSValue thisValue, const ArgList&);
+ typedef JSValue (JSC_HOST_CALL *NativeFunction)(ExecState*);
union CallData {
struct {