diff -r ef0373b55136 -r 758a864f9613 src/declarative/qml/qdeclarativeexpression_p.h --- a/src/declarative/qml/qdeclarativeexpression_p.h Fri Sep 17 08:34:18 2010 +0300 +++ b/src/declarative/qml/qdeclarativeexpression_p.h Mon Oct 04 01:19:32 2010 +0300 @@ -194,6 +194,7 @@ QString url; // This is a QString for a reason. QUrls are slooooooow... int line; + QByteArray name; //function name, hint for the debugger }; QDeclarativeQtScriptExpression::DeleteWatcher::DeleteWatcher(QDeclarativeQtScriptExpression *data)