aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8contextwrapper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v8/qv8contextwrapper_p.h')
-rw-r--r--src/qml/qml/v8/qv8contextwrapper_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qml/qml/v8/qv8contextwrapper_p.h b/src/qml/qml/v8/qv8contextwrapper_p.h
index 57eb46de44..8a72489e6e 100644
--- a/src/qml/qml/v8/qv8contextwrapper_p.h
+++ b/src/qml/qml/v8/qv8contextwrapper_p.h
@@ -74,8 +74,8 @@ public:
void init(QV8Engine *);
void destroy();
- v8::Handle<v8::Object> qmlScope(QQmlContextData *ctxt, QObject *scope);
- v8::Handle<v8::Object> urlScope(const QUrl &);
+ QV4::Value qmlScope(QQmlContextData *ctxt, QObject *scope);
+ QV4::Value urlScope(const QUrl &);
void setReadOnly(v8::Handle<v8::Object>, bool);