13 lines
709 B
Diff
13 lines
709 B
Diff
diff --git a/net/cookies/canonical_cookie.cc b/net/cookies/canonical_cookie.cc
|
|
index 0a80584b8d510a709387d8564777f582d569776d..e4806edb42ea0987b7513d97c1a3e58d47773868 100644
|
|
--- a/net/cookies/canonical_cookie.cc
|
|
+++ b/net/cookies/canonical_cookie.cc
|
|
@@ -628,6 +628,7 @@ std::unique_ptr<CanonicalCookie> CanonicalCookie::Create(
|
|
// Get the port, this will get a default value if a port isn't provided.
|
|
int source_port = ValidateAndAdjustSourcePort(url.EffectiveIntPort());
|
|
|
|
+ BRAVE_CREATE
|
|
std::unique_ptr<CanonicalCookie> cc = base::WrapUnique(new CanonicalCookie(
|
|
parsed_cookie.Name(), parsed_cookie.Value(), cookie_domain, cookie_path,
|
|
creation_time, cookie_expires, creation_time,
|