From c2455d414cd91c2580cd80179b1e741ed2a1a17e Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Mon, 14 Nov 2011 16:30:22 +0100 Subject: [PATCH] Debugger: Fix autotest for calling v8::gc() Change-Id: Iae47c16adf417b8ac74b36cffcdb076201e81b82 Reviewed-by: Aurindam Jana --- .../tst_qdeclarativedebugjs.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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); -- 1.7.2.5