From 3bc607893d9dbcbc2e8914b5087ccd2596e09f3f Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Fri, 2 Feb 2024 10:54:37 +0100 Subject: [PATCH] Backed out changeset 3f73ffcf2a39 (bug 1877672) for build bustage in ipc/ProtocolUtils.h. CLOSED TREE --- ipc/glue/ProtocolUtils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc/glue/ProtocolUtils.h b/ipc/glue/ProtocolUtils.h index 8c6cb0304868..842bc229867d 100644 --- a/ipc/glue/ProtocolUtils.h +++ b/ipc/glue/ProtocolUtils.h @@ -721,7 +721,7 @@ class IPDLResolverInner final { template void Resolve(F&& aWrite) { - ResolveOrReject(true, std::forward(aWrite)); + ResolveOrReject(true, aWrite); } private: