SpiderMonkey: fix issue with javascript:history.back()
commit218a2250a7488400c6185e1be2e10adcd2c21106
authorwitekfl <witekfl@poczta.onet.pl>
Mon, 25 Apr 2011 19:04:03 +0000 (25 21:04 +0200)
committerwitekfl <witekfl@poczta.onet.pl>
Mon, 25 Apr 2011 19:04:03 +0000 (25 21:04 +0200)
treef45e8a05cfe8e7dd179e8c8457bdef1f0e15b089
parent2844f8b7152b3002e048a40fccb7ceba7509fd20
SpiderMonkey: fix issue with javascript:history.back()

In history.back() and others set rval to NULL.
Do not convert NULL to string in spidermoney_eval_stringback.
src/ecmascript/spidermonkey.c
src/ecmascript/spidermonkey/location.c