Backout 206148a18467 for windows M3 oranges

This commit is contained in:
Ms2ger 2011-07-17 12:06:28 +02:00
Родитель f444813e75
Коммит dda36f043f
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -147,11 +147,8 @@ void nsDeviceMotionSystem::Startup()
if (mSensor) if (mSensor)
started = mSensor->Startup(); started = mSensor->Startup();
if (!started) { if (!started)
delete mSensor;
mSensor = nsnull;
return; return;
}
mUpdateTimer = do_CreateInstance("@mozilla.org/timer;1"); mUpdateTimer = do_CreateInstance("@mozilla.org/timer;1");
if (mUpdateTimer) if (mUpdateTimer)