Bug 1072802: Use nsRefPtr to avoid ReplyRunnable being released during IPC process. r=tzimmermann

This commit is contained in:
Jocelyn Liu 2014-10-07 16:46:05 +08:00
Родитель 955a0c0c26
Коммит 4429e378ee
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -809,7 +809,7 @@ public:
}
private:
BluetoothReplyRunnable* mRunnable;
nsRefPtr<BluetoothReplyRunnable> mRunnable;
};
nsresult
@ -843,7 +843,7 @@ public:
}
private:
BluetoothReplyRunnable* mRunnable;
nsRefPtr<BluetoothReplyRunnable> mRunnable;
};
nsresult