aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4errorobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4errorobject.h')
-rw-r--r--src/v4/qv4errorobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/v4/qv4errorobject.h b/src/v4/qv4errorobject.h
index 98ccf6d4bb..2db8848855 100644
--- a/src/v4/qv4errorobject.h
+++ b/src/v4/qv4errorobject.h
@@ -185,7 +185,7 @@ struct ErrorPrototype: ErrorObject
void init(ExecutionContext *ctx, const Value &ctor) { init(ctx, ctor, this); }
static void init(ExecutionContext *ctx, const Value &ctor, Object *obj);
- static Value method_toString(CallContext *ctx);
+ static Value method_toString(SimpleCallContext *ctx);
};
struct EvalErrorPrototype: EvalErrorObject