From: Kai Koehne Date: Mon, 14 Nov 2011 15:30:22 +0000 (+0100) Subject: Debugger: Fix autotest for calling v8::gc() X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=c2455d414cd91c2580cd80179b1e741ed2a1a17e;p=konrad%2Fqtdeclarative.git Debugger: Fix autotest for calling v8::gc() Change-Id: Iae47c16adf417b8ac74b36cffcdb076201e81b82 Reviewed-by: Aurindam Jana --- diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp index 1239c43..a81b681 100644 --- a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp +++ b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp @@ -819,7 +819,7 @@ void QJSDebugClient::gc() QJSValue args = parser.call(QJSValue(), QJSValueList() << obj); - args.setProperty(QLatin1String(FLAGS),QJSValue(QLatin1String(ALL))); + args.setProperty(QLatin1String(TYPE),QJSValue(QLatin1String(ALL))); if (args.isValid()) { jsonVal.setProperty(QLatin1String(ARGUMENTS),args);