summaryrefslogtreecommitdiffstats
path: root/net/base/cookie_monster.cc
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/cookie_monster.cc')
-rw-r--r--net/base/cookie_monster.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/base/cookie_monster.cc b/net/base/cookie_monster.cc
index 8b0f591..bd86772 100644
--- a/net/base/cookie_monster.cc
+++ b/net/base/cookie_monster.cc
@@ -1614,7 +1614,7 @@ CookieMonster::CanonicalCookie* CookieMonster::CanonicalCookie::Create(
return NULL;
std::string cookie_domain;
if (!GetCookieDomainKeyWithString(url, parsed_domain, &cookie_domain))
- return false;
+ return NULL;
std::string parsed_path = ParsedCookie::ParseValueString(path);
if (parsed_path != path)