зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1441779 - Part 1: Change nsTArray<SourceBufferTask> to nsTArray<RefPtr<SourceBufferTask>> r=gerald
MozReview-Commit-ID: 8lV4Pp9p7Ch --HG-- extra : rebase_source : b149b6ed15f88b9ee8af8ec553a57a8ccec3dafd
This commit is contained in:
Родитель
30e02230c8
Коммит
280cf13e36
|
@ -57,7 +57,7 @@ public:
|
|||
return task.forget();
|
||||
}
|
||||
|
||||
nsTArray<SourceBufferTask>::size_type Length() const
|
||||
nsTArray<RefPtr<SourceBufferTask>>::size_type Length() const
|
||||
{
|
||||
return mQueue.Length();
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче