aboutsummaryrefslogtreecommitdiffstats
path: root/src/v4/qv4booleanobject.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/v4/qv4booleanobject.h')
-rw-r--r--src/v4/qv4booleanobject.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/v4/qv4booleanobject.h b/src/v4/qv4booleanobject.h
index c3e13978ba..05b542590a 100644
--- a/src/v4/qv4booleanobject.h
+++ b/src/v4/qv4booleanobject.h
@@ -66,8 +66,8 @@ struct BooleanPrototype: BooleanObject
BooleanPrototype(ExecutionEngine *engine): BooleanObject(engine, Value::fromBoolean(false)) {}
void init(ExecutionContext *ctx, const Value &ctor);
- static Value method_toString(CallContext *ctx);
- static Value method_valueOf(CallContext *ctx);
+ static Value method_toString(SimpleCallContext *ctx);
+ static Value method_valueOf(SimpleCallContext *ctx);
};