Bug 886109 - Add a call to PR_Now early in startup as an experimental work around for odd timing problems on Win8 test slaves. r=bbondy

This commit is contained in:
Jim Mathies 2013-06-25 12:53:06 -05:00
parent 360eb59ca0
commit 4c4ad76aa7

View File

@ -222,6 +222,10 @@ XRE_MetroCoreApplicationRun()
}
#endif
// Experimental work around for random timing/MozAfterPaint problems
// in mochiperf tests. (Bug 886109)
PR_Now();
sMetroApp = Make<MetroApp>();
HStringReference className(RuntimeClass_Windows_ApplicationModel_Core_CoreApplication);