From 36dd5d597bf126223e3728806cbcf4682301b18f Mon Sep 17 00:00:00 2001 From: Lars Knoll Date: Tue, 29 Apr 2014 10:40:56 +0200 Subject: Convert Boolean and NumberObject to the new Data scheme Change-Id: I418103fdca625692d4aa33a1466df0083b063bcb Reviewed-by: Simon Hausmann --- src/qml/jsruntime/qv4booleanobject_p.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/qml/jsruntime/qv4booleanobject_p.h') diff --git a/src/qml/jsruntime/qv4booleanobject_p.h b/src/qml/jsruntime/qv4booleanobject_p.h index 617f7f6b01..77573cd40e 100644 --- a/src/qml/jsruntime/qv4booleanobject_p.h +++ b/src/qml/jsruntime/qv4booleanobject_p.h @@ -51,7 +51,7 @@ namespace QV4 { struct BooleanCtor: FunctionObject { - V4_OBJECT + V4_OBJECT_NEW BooleanCtor(ExecutionContext *scope); static ReturnedValue construct(Managed *, CallData *callData); -- cgit v1.2.3