From c2455d414cd91c2580cd80179b1e741ed2a1a17e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 14 Nov 2011 16:30:22 +0100 Subject: Debugger: Fix autotest for calling v8::gc() Change-Id: Iae47c16adf417b8ac74b36cffcdb076201e81b82 Reviewed-by: Aurindam Jana --- .../debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp b/tests/auto/declarative/debugger/qdeclarativedebugjs/tst_qdeclarativedebugjs.cpp index 1239c43a70..a81b68136b 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); -- cgit v1.2.3