Bug 1080463 - Patch2: [bluetooth2] Use nsRefPtr to avoid ReplyRunnable being released during IPC process(Bug 1072802). r=shuang

This commit is contained in:
Jocelyn Liu 2014-10-15 17:49:04 +08:00
Родитель 9cc97e58af
Коммит cfc8df3183
1 изменённых файлов: 2 добавлений и 2 удалений

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

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