зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1072802: Use nsRefPtr to avoid ReplyRunnable being released during IPC process. r=tzimmermann
This commit is contained in:
Родитель
955a0c0c26
Коммит
4429e378ee
|
@ -809,7 +809,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
BluetoothReplyRunnable* mRunnable;
|
||||
nsRefPtr<BluetoothReplyRunnable> mRunnable;
|
||||
};
|
||||
|
||||
nsresult
|
||||
|
@ -843,7 +843,7 @@ public:
|
|||
}
|
||||
|
||||
private:
|
||||
BluetoothReplyRunnable* mRunnable;
|
||||
nsRefPtr<BluetoothReplyRunnable> mRunnable;
|
||||
};
|
||||
|
||||
nsresult
|
||||
|
|
Загрузка…
Ссылка в новой задаче