Commit c399c809 authored by Jonathan Kew's avatar Jonathan Kew Committed by Pier Angelo Vendrame
Browse files

Bug 1886598 - Struct with Pointer member may not be memmove-able. r=gfx-reviewers,lsalzman

parent 4d143dec
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ class ShmemCharMapHashEntry final : public PLDHashEntryHdr {
    return aCharMap->GetChecksum();
  }

  enum { ALLOW_MEMMOVE = true };
  enum { ALLOW_MEMMOVE = false };  // because of the Pointer member

 private:
  // charMaps are stored in the shared memory that FontList objects point to,