зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1080463 - Patch2: [bluetooth2] Use nsRefPtr to avoid ReplyRunnable being released during IPC process(Bug 1072802). r=shuang
This commit is contained in:
Родитель
9cc97e58af
Коммит
cfc8df3183
|
@ -825,7 +825,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
BluetoothReplyRunnable* mRunnable;
|
||||
nsRefPtr<BluetoothReplyRunnable> mRunnable;
|
||||
};
|
||||
|
||||
nsresult
|
||||
|
@ -860,7 +860,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
BluetoothReplyRunnable* mRunnable;
|
||||
nsRefPtr<BluetoothReplyRunnable> mRunnable;
|
||||
};
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче