Files
brave-core/patches/net-dns-host_cache.cc.patch
T

13 lines
431 B
Diff

diff --git a/net/dns/host_cache.cc b/net/dns/host_cache.cc
index b5677269f0658878a1226d6464ef39798f4be68e..f871088564b896ce24512ccb338a0af62fe347db 100644
--- a/net/dns/host_cache.cc
+++ b/net/dns/host_cache.cc
@@ -220,6 +220,7 @@ HostCache::Entry HostCache::Entry::CopyWithDefaultPort(uint16_t port) const {
}
copy.set_hostnames(std::move(hostnames_with_port));
}
+ BRAVE_COPY_WITH_DEFAULT_PORT
return copy;
}