From 1deb9e76e6f8dd85e974913ac3234f89dd4925c8 Mon Sep 17 00:00:00 2001 From: Jerome Pasion Date: Tue, 8 Oct 2013 12:02:15 +0200 Subject: WS fix in qscriptcontext.cpp -produced by git-split-ws Change-Id: I1661678174c62971a7bbf4acb2890fdf590d2f3d Reviewed-by: Jerome Pasion --- src/script/api/qscriptcontext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/script/api') diff --git a/src/script/api/qscriptcontext.cpp b/src/script/api/qscriptcontext.cpp index 2791cf3..5f51ffe 100644 --- a/src/script/api/qscriptcontext.cpp +++ b/src/script/api/qscriptcontext.cpp @@ -473,7 +473,7 @@ QScriptValue QScriptContext::activationObject() const return QScriptValue(); /*JSC::CodeBlock *codeBlock = frame->codeBlock(); if (!codeBlock) { - // non-Qt native function + // non-Qt native function Q_ASSERT(true); //### this should in theorry not happen result = new (frame)QScript::QScriptActivationObject(frame); } else { -- cgit v1.2.1