forked from mirrors/gecko-dev
Backed out changeset 3f73ffcf2a39 (bug 1877672) for build bustage in ipc/ProtocolUtils.h. CLOSED TREE
This commit is contained in:
parent
9cb0b76439
commit
3bc607893d
1 changed files with 1 additions and 1 deletions
|
|
@ -721,7 +721,7 @@ class IPDLResolverInner final {
|
||||||
|
|
||||||
template <typename F>
|
template <typename F>
|
||||||
void Resolve(F&& aWrite) {
|
void Resolve(F&& aWrite) {
|
||||||
ResolveOrReject(true, std::forward<F>(aWrite));
|
ResolveOrReject(true, aWrite);
|
||||||
}
|
}
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue