зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
d4ff842ffa
Коммит
6f987fcc90
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче