зеркало из https://github.com/mozilla/pjs.git
Backout 206148a18467 for windows M3 oranges
This commit is contained in:
Родитель
f444813e75
Коммит
dda36f043f
|
@ -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)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче