aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4context_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4context_p.h')
-rw-r--r--src/qml/jsruntime/qv4context_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4context_p.h b/src/qml/jsruntime/qv4context_p.h
index 4f7cdd8105..b4c78c3736 100644
--- a/src/qml/jsruntime/qv4context_p.h
+++ b/src/qml/jsruntime/qv4context_p.h
@@ -127,7 +127,7 @@ struct Q_QML_EXPORT ExecutionContext : public Managed
engine->current = this;
}
- Returned<ExecutionContext> *newCallContext(FunctionObject *f, CallData *callData);
+ Returned<CallContext> *newCallContext(FunctionObject *f, CallData *callData);
Returned<WithContext> *newWithContext(Object *with);
Returned<CatchContext> *newCatchContext(String *exceptionVarName, const ValueRef exceptionValue);
Returned<CallContext> *newQmlContext(FunctionObject *f, Object *qml);