mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 23:23:33 +00:00
7e9a7de895
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