aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/qqmlboundsignal_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/qqmlboundsignal_p.h')
-rw-r--r--src/qml/qml/qqmlboundsignal_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/qqmlboundsignal_p.h b/src/qml/qml/qqmlboundsignal_p.h
index 910e1e3f1e..33fa5be0a9 100644
--- a/src/qml/qml/qqmlboundsignal_p.h
+++ b/src/qml/qml/qqmlboundsignal_p.h
@@ -99,8 +99,8 @@ private:
void init(QQmlContextData *ctxt, QObject *scope);
bool hasParameterInfo() const { return m_parameterCountForJS > 0; }
- v8::Persistent<v8::Object> m_v8qmlscope;
- v8::Persistent<v8::Function> m_v8function;
+ QV4::PersistentValue m_v8qmlscope;
+ QV4::PersistentValue m_v8function;
//either expressionUtf8 or expression will be used (but not both).
//once m_v8function is valid, we clear both expressions, and