Files
tubestation/layout/generic/nsSimplePageSequenceFrame.cpp
Mantaroh Yoshinaga 4b32994945 Bug 1362817 - Use PRTime instead of time_t in nsSimplePageSequenceFrame::Reflow. r=m_kato
The nsSimplePageSequenceFrame::Reflow calls DateTimeFormat::FormatTime().
In 32 bit environment, this conversion will overflow. So this patch will use
DateTimeFormat::FormatPRTime() instead of it.

MozReview-Commit-ID: 3b1GhlrJDKM
2017-09-19 18:35:21 +09:00

31 KiB