From 7501c394d00df4a4f8db0b92107250ccefabdfb4 Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Wed, 25 Mar 2015 13:49:51 +0100 Subject: Continue the work to move Values inside the v4 engine to the js stack Started with objectPrototype, the next commits will move more of them over into the new data structure. Change-Id: I1a048e95149ce69e4e42094db2dd738ce49b50b8 Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4regexpobject_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4regexpobject_p.h') diff --git a/src/qml/jsruntime/qv4regexpobject_p.h b/src/qml/jsruntime/qv4regexpobject_p.h index af83282fe4..29d20614de 100644 --- a/src/qml/jsruntime/qv4regexpobject_p.h +++ b/src/qml/jsruntime/qv4regexpobject_p.h @@ -146,7 +146,7 @@ struct RegExpPrototype: RegExpObject }; inline Heap::RegExpPrototype::RegExpPrototype(ExecutionEngine *e) - : RegExpObject(e->emptyClass, e->objectPrototype.objectValue()) + : RegExpObject(e->emptyClass, e->objectPrototype()) { } -- cgit v1.2.3