aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/jsruntime/qv4string.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/qml/jsruntime/qv4string.cpp')
-rw-r--r--src/qml/jsruntime/qv4string.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qml/jsruntime/qv4string.cpp b/src/qml/jsruntime/qv4string.cpp
index df48faf601..ead818c8bd 100644
--- a/src/qml/jsruntime/qv4string.cpp
+++ b/src/qml/jsruntime/qv4string.cpp
@@ -110,10 +110,11 @@ const ManagedVTable String::static_vtbl =
String::IsErrorObject,
0,
String::MyType,
+ "String",
+ destroy,
+ markObjects,
call,
construct,
- markObjects,
- destroy,
0 /*collectDeletables*/,
get,
getIndexed,
@@ -128,7 +129,6 @@ const ManagedVTable String::static_vtbl =
isEqualTo,
0,
0 /*advanceIterator*/,
- "String",
};
void String::destroy(Managed *that)