Fix typo
This commit is contained in:
parent
d2ea3b496d
commit
87a1b68c47
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ class BrowserContext : public base::RefCounted<BrowserContext>,
|
|||
: partition(partition), in_memory(in_memory) {}
|
||||
|
||||
bool operator<(const PartitionKey& other) const {
|
||||
if (partition != other.partition)
|
||||
if (partition == other.partition)
|
||||
return in_memory < other.in_memory;
|
||||
return partition < other.partition;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue