Converter::toULong converts values from type double via type long.
authorZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Mon, 18 Mar 2013 07:07:00 +0000 (08:07 +0100)
committerZbigniew Kostrzewa <z.kostrzewa@samsung.com>
Mon, 18 Mar 2013 07:38:11 +0000 (08:38 +0100)
commitcadffd0b2fd35a6192a7c71f642171d92717f491
tree7aed0798a2c0f51ae768012319d237a01b94a26f
parenta62a516f14f535330228b1c85cb4f7432f222ba3
Converter::toULong converts values from type double via type long.

[Issue#] N/A
[Problem] Possible loss of precision.
[Cause] Conversion from type double to type unsigned long via type long.
[Solution] Convert directly from type double to type unsigned long.
[Verification] Build this change and repository wrt-plugins-tizen.

Change-Id: I4574bfc0f8a3f02aee13c0b6beec22721378911a
src/CommonsJavaScript/Converter.cpp