зеркало из https://github.com/mozilla/gecko-dev.git
Bug 494027 - Crash @NS_NotifyPluginCall on tinderbox shortly after plugin tests run. r+sr=jst@mozilla.org
This commit is contained in:
Родитель
198f1fc81c
Коммит
0f242d70db
|
@ -183,6 +183,9 @@ void NS_NotifyPluginCall(PRIntervalTime startTime)
|
|||
PRIntervalTime endTime = PR_IntervalNow() - startTime;
|
||||
nsCOMPtr<nsIObserverService> notifyUIService =
|
||||
do_GetService("@mozilla.org/observer-service;1");
|
||||
if (!notifyUIService)
|
||||
return;
|
||||
|
||||
float runTimeInSeconds = float(endTime) / PR_TicksPerSecond();
|
||||
nsAutoString runTimeString;
|
||||
runTimeString.AppendFloat(runTimeInSeconds);
|
||||
|
|
Загрузка…
Ссылка в новой задаче