Bug 1351488 - Baldr: atomically ref-count ShareableBase (r=lth)

MozReview-Commit-ID: J8Ak5GxGmtd

--HG--
extra : rebase_source : 569a6ffc7d4ac58ed1b025a0399fbcf12711eea4
This commit is contained in:
Luke Wagner 2017-08-23 10:11:37 -05:00
Родитель 3972937d8c
Коммит 58ba67516d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>;