Skip to content
Snippets Groups Projects
Verified Commit 0668bcbd 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 c15b5499
No related branches found
No related tags found
1 merge request!1037Bug 42614: Rebased onto 115.12
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment