Backed out changeset 848dc57b455b (bug 886109) for not working.

This commit is contained in:
Ryan VanderMeulen 2013-06-26 21:29:24 -04:00
Родитель 9ac855a180
Коммит eaba14e04c
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -222,10 +222,6 @@ 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);