зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1143823 part 3: Make PeerConnectionMedia::PerformOrEnqueueIceCtxOperation() take a raw pointer instead of a nsRefPtr. r=bwc
This commit is contained in:
Родитель
fca4e2056d
Коммит
3b00e54dbd
|
@ -501,8 +501,7 @@ PeerConnectionMedia::FlushIceCtxOperationQueueIfReady()
|
|||
}
|
||||
|
||||
void
|
||||
PeerConnectionMedia::PerformOrEnqueueIceCtxOperation(
|
||||
const nsRefPtr<nsIRunnable>& runnable)
|
||||
PeerConnectionMedia::PerformOrEnqueueIceCtxOperation(nsIRunnable* runnable)
|
||||
{
|
||||
ASSERT_ON_THREAD(mMainThread);
|
||||
|
||||
|
|
|
@ -422,7 +422,7 @@ class PeerConnectionMedia : public sigslot::has_slots<> {
|
|||
const std::vector<std::string>& aCandidateList);
|
||||
void GatherIfReady();
|
||||
void FlushIceCtxOperationQueueIfReady();
|
||||
void PerformOrEnqueueIceCtxOperation(const nsRefPtr<nsIRunnable>& runnable);
|
||||
void PerformOrEnqueueIceCtxOperation(nsIRunnable* runnable);
|
||||
void EnsureIceGathering_s();
|
||||
void StartIceChecks_s(bool aIsControlling,
|
||||
bool aIsIceLite,
|
||||
|
|
Загрузка…
Ссылка в новой задаче