diff options
Diffstat (limited to 'src/qml/jsruntime/qv4include.cpp')
| -rw-r--r-- | src/qml/jsruntime/qv4include.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/jsruntime/qv4include.cpp b/src/qml/jsruntime/qv4include.cpp index c01619c816..4da351dede 100644 --- a/src/qml/jsruntime/qv4include.cpp +++ b/src/qml/jsruntime/qv4include.cpp @@ -104,7 +104,7 @@ void QV4Include::callback(const QV4::Value &callback, const QV4::Value &status) return; QV4::ExecutionContext *ctx = f->engine()->current; - QV4::ValueScope scope(ctx); + QV4::Scope scope(ctx); try { QV4::ScopedCallData callData(scope, 1); callData->thisObject = QV4::Value::fromObject(f->engine()->globalObject); |
