Fix a small bug in ExecutionContext::getPropertyAndBase
authorLars Knoll <lars.knoll@digia.com>
Fri, 30 Aug 2013 11:13:28 +0000 (13:13 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 2 Sep 2013 15:27:36 +0000 (17:27 +0200)
commit2bd74245fadb69922132f7ca2ae98e645f67742b
treedd4705fcf10037e50eaea7b1258032473d65b176
parent4dbb2ab600930d476a6f279dc73befdf56220359
Fix a small bug in ExecutionContext::getPropertyAndBase

Don't return the activation object as base, as it's only a helper
for mutable properties in regular call contexts

Change-Id: I2c36a4aff9cf82d87f80e541b4ec21ef17e18e8d
Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
src/qml/jsruntime/qv4context.cpp