Debugger: Fix debug log

Change-Id: Id02b310e24d7f13fd444b30f20e0af10244f1798
Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
Orgad Shaneh
2014-05-05 17:09:38 +03:00
committed by hjk
parent da85540971
commit bf31eb5195

View File

@@ -103,7 +103,7 @@ QDebug operator<<(QDebug d, const Scope &scope)
str << " block";
if (scope.isFunction())
str << " function";
if (scope.isFunction())
if (scope.isDeclaration())
str << " prototype";
#if 0 // ### port me
if (const Symbol *owner = &scope) {