Files
tubestation/servo/components/to_shmem
Emilio Cobos Álvarez e63820094f Bug 1771764 - Remove 'static bound for ToShmem for Arc/ThinArc. r=dshin,layout-reviewers
It was only needed so that we could assert with TypeId::of::<T> that we
don't have duplicate values except for an exception.

Instead, fix the exception and remove the bound.

Differential Revision: https://phabricator.services.mozilla.com/D147669
2022-05-30 19:07:27 +00:00
..