aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/qml/v8/qv8listwrapper_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/qml/v8/qv8listwrapper_p.h')
-rw-r--r--src/qml/qml/v8/qv8listwrapper_p.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/qml/qml/v8/qv8listwrapper_p.h b/src/qml/qml/v8/qv8listwrapper_p.h
index 3d780dc12c..e2ec535abc 100644
--- a/src/qml/qml/v8/qv8listwrapper_p.h
+++ b/src/qml/qml/v8/qv8listwrapper_p.h
@@ -76,14 +76,14 @@ public:
QVariant toVariant(QV8ObjectResource *);
private:
- static v8::Handle<v8::Value> Getter(v8::Local<v8::String> property,
+ static v8::Handle<v8::Value> Getter(v8::Handle<v8::String> property,
const v8::AccessorInfo &info);
- static v8::Handle<v8::Value> Setter(v8::Local<v8::String> property,
- v8::Local<v8::Value> value,
+ static v8::Handle<v8::Value> Setter(v8::Handle<v8::String> property,
+ v8::Handle<v8::Value> value,
const v8::AccessorInfo &info);
static v8::Handle<v8::Value> IndexedGetter(uint32_t index,
const v8::AccessorInfo &info);
- static v8::Handle<v8::Value> LengthGetter(v8::Local<v8::String> property,
+ static v8::Handle<v8::Value> LengthGetter(v8::Handle<v8::String> property,
const v8::AccessorInfo &info);
static v8::Handle<v8::Array> Enumerator(const v8::AccessorInfo &info);