Converting date string to seconds fixed
authorHojong Han <hojong.han@samsung.com>
Tue, 16 Apr 2013 01:00:49 +0000 (10:00 +0900)
committerGerrit Code Review <gerrit2@kim11>
Wed, 17 Apr 2013 04:14:22 +0000 (13:14 +0900)
commit4b171c602ec84ebe51c9c03c43afeb22f0e9ac8a
tree16cfae25d7aa54eac34b8fca97860fffb758101b
parentf31a88d12a89a891e11b56c6c22ed7387423dab3
Converting date string to seconds fixed

[Title] Converting date string to seconds fixed
[Issue#] DCM-1358
[Problem] Date string is not correctly converted to seconds
[Cause] There's implicit cast from int to double
[Solution] Constants fixed not to be considered as double

Change-Id: Ia68f491955dc47b516cc6781f062937b4844ef2f
Source/WTF/wtf/DateMath.cpp