aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4arrayobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4arrayobject.cpp')
-rw-r--r--src/qml/jsruntime/qv4arrayobject.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/jsruntime/qv4arrayobject.cpp b/src/qml/jsruntime/qv4arrayobject.cpp
index 60e7afdaec..6fc661565d 100644
--- a/src/qml/jsruntime/qv4arrayobject.cpp
+++ b/src/qml/jsruntime/qv4arrayobject.cpp
@@ -84,8 +84,8 @@ Value ArrayCtor::call(Managed *that, const CallData &d)
return construct(that, d);
}
-ArrayPrototype::ArrayPrototype(ExecutionContext *context)
- : ArrayObject(context->engine)
+ArrayPrototype::ArrayPrototype(InternalClass *ic)
+ : ArrayObject(ic)
{
}