Don't assert on incorrect file url
authorAaron Kennedy <aaron.kennedy@nokia.com>
Tue, 12 Jul 2011 05:09:18 +0000 (15:09 +1000)
committerQt by Nokia <qt-info@nokia.com>
Mon, 25 Jul 2011 04:08:56 +0000 (06:08 +0200)
commitd9368b7bab1a44c78a035081e4f2ee0eb1df7c33
tree451a409a75330622bde62217d9e119f22d8a34dd
parenteb5babdda9440a8a47187a3e01239ed15cd25a9d
Don't assert on incorrect file url

Exceptions thrown from within a QObject method have the same special
origin "string" that we use to identify QObject function objects as
QObject function objects.  Until we can modify this, or switch to
function objects in a later V8, we can't get correct source information
for these exceptions.

Task-number: QTBUG-20344

Change-Id: I02aa2d81ac78c2951d7ea714f33612160ded2476
Reviewed-on: http://codereview.qt.nokia.com/1475
Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com>
src/declarative/qml/qdeclarativeexpression.cpp