12009-11-21 Laszlo Gombos <laszlo.1.gombos@nokia.com>
2
3 Reviewed by NOBODY (OOPS!).
4
5 [Symbian] Fix lastIndexOf() for Symbian
6 https://bugs.webkit.org/show_bug.cgi?id=31773
7
8 Symbian soft floating point library has problems with operators
9 comparing NaN to numbers. Without a workaround lastIndexOf()
10 function does not work.
11
12 * runtime/StringPrototype.cpp:
13 (JSC::stringProtoFuncLastIndexOf):Add an extra test
14 to check for NaN for Symbian.
15