mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-27 07:34:20 +00:00
Bug 975246 - Part3 - Using nsRefPtr->* operator. r=nfroyd
This commit is contained in:
parent
9aed940662
commit
2f40ed3c09
@ -1512,9 +1512,7 @@ public:
|
||||
return false;
|
||||
}
|
||||
|
||||
// TODO Bug 975246 - nsRefPtr should support operator |nsRefPtr->*funcType|.
|
||||
(workerPromise.get()->*mFunc)(aCx,
|
||||
value);
|
||||
(workerPromise->*mFunc)(aCx, value);
|
||||
|
||||
// Release the Promise because it has been resolved/rejected for sure.
|
||||
mPromiseWorkerProxy->CleanUp(aCx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user