mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1004677 - Restore double precision startTime. r=bjacob
--HG-- extra : rebase_source : 1579e50c3fcf44053ed83dc2411941120229729d
This commit is contained in:
parent
2803b5c914
commit
a1799c3fc2
@ -115,7 +115,7 @@ void TableTicker::StreamMetaJSCustomObject(JSStreamWriter& b)
|
||||
b.NameValue("processType", XRE_GetProcessType());
|
||||
|
||||
TimeDuration delta = TimeStamp::Now() - sStartTime;
|
||||
b.NameValue("startTime", static_cast<float>(PR_Now()/1000.0 - delta.ToMilliseconds()));
|
||||
b.NameValue("startTime", static_cast<double>(PR_Now()/1000.0 - delta.ToMilliseconds()));
|
||||
|
||||
nsresult res;
|
||||
nsCOMPtr<nsIHttpProtocolHandler> http = do_GetService(NS_NETWORK_PROTOCOL_CONTRACTID_PREFIX "http", &res);
|
||||
|
Loading…
Reference in New Issue
Block a user