aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlcontext_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlcontext_p.h')
-rw-r--r--src/qml/qml/qqmlcontext_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/qqmlcontext_p.h b/src/qml/qml/qqmlcontext_p.h
index 10105bd7d6..ef91c57af5 100644
--- a/src/qml/qml/qqmlcontext_p.h
+++ b/src/qml/qml/qqmlcontext_p.h
@@ -164,7 +164,7 @@ public:
QObject *contextObject;
// Any script blocks that exist on this context
- QList<v8::Persistent<v8::Object> > importedScripts;
+ QList<QV4::PersistentValue> importedScripts;
// Context base url
QUrl url;