зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1351488 - Baldr: atomically ref-count ShareableBase (r=lth)
MozReview-Commit-ID: J8Ak5GxGmtd --HG-- extra : rebase_source : 569a6ffc7d4ac58ed1b025a0399fbcf12711eea4
This commit is contained in:
Родитель
3972937d8c
Коммит
58ba67516d
|
@ -145,7 +145,7 @@ typedef Vector<Type, 0, SystemAllocPolicy> VectorName;
|
|||
// about:memory stats.
|
||||
|
||||
template <class T>
|
||||
struct ShareableBase : RefCounted<T>
|
||||
struct ShareableBase : AtomicRefCounted<T>
|
||||
{
|
||||
using SeenSet = HashSet<const T*, DefaultHasher<const T*>, SystemAllocPolicy>;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче