aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8include_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v8/qv8include_p.h')
-rw-r--r--src/qml/qml/v8/qv8include_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qml/qml/v8/qv8include_p.h b/src/qml/qml/v8/qv8include_p.h
index 9f850e82b6..36a322e33a 100644
--- a/src/qml/qml/v8/qv8include_p.h
+++ b/src/qml/qml/v8/qv8include_p.h
@@ -90,7 +90,7 @@ private:
v8::Handle<v8::Object> result();
- static v8::Local<v8::Object> resultValue(Status status = Loading);
+ static v8::Handle<v8::Object> resultValue(Status status = Loading);
static void callback(QV8Engine *engine, v8::Handle<v8::Function> callback, v8::Handle<v8::Object> status);
QV8Engine *m_engine;