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
parent eb72d61ca9
commit fa61889475

View File

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