mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-06 00:31:27 +00:00

Specifically, this renames * nsTArray_CopyChooser to nsTArray_RelocationStrategy * the Copy template argument of nsTArray_base to RelocationStrategy * nsTArray_CopyWithConstructors to nsTArray_RelocateUsingMoveConstructor * nsTArray_CopyWithMemutils to nsTArray_RelocateUsingMemutils * DECLARE_USE_COPY_CONSTRUCTORS to MOZ_DECLARE_RELOCATE_USING_MOVE_CONSTRUCTOR Differential Revision: https://phabricator.services.mozilla.com/D66243 --HG-- extra : moz-landing-system : lando