mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 939206 - Fix nsTArray post barriers for JS::Heap<T> elements r=bsmedberg
This commit is contained in:
parent
5bba15e3e0
commit
1001d2a7ba
@ -665,7 +665,7 @@ struct nsTArray_CopyChooser {
|
||||
//
|
||||
template <class E>
|
||||
struct nsTArray_CopyChooser<JS::Heap<E> > {
|
||||
typedef nsTArray_CopyWithConstructors<E> Type;
|
||||
typedef nsTArray_CopyWithConstructors<JS::Heap<E> > Type;
|
||||
};
|
||||
|
||||
template<>
|
||||
|
Loading…
Reference in New Issue
Block a user