Fix regression in custom object comparison on arm
authorKent Hansen <kent.hansen@nokia.com>
Wed, 9 May 2012 08:14:54 +0000 (10:14 +0200)
committerQt by Nokia <qt-info@nokia.com>
Wed, 9 May 2012 09:02:13 +0000 (11:02 +0200)
commit170e1c4e601d1861635ae5db2cfcff7b3704ce25
tree1814cfc2c5a93d077f0e72e9b77e3d586238645d
parent3eb05e3efadbf0d61b7bc0913950b9ee5dbb8496
Fix regression in custom object comparison on arm

When the "Add custom object compare callback" patch was rebased on
top of V8 3.10.1, a regression was introduced; the
kUseUserObjectComparison flag was fetched from the wrong location.

With this fix, tst_v8::userobjectcompare() passes again on arm.

Change-Id: I7f0dc2cc9d077b2018facb413dbe7a119dd9de5f
Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
src/3rdparty/v8/src/arm/code-stubs-arm.cc