no change in private bytes; adding back change.
git-svn-id: svn://10.0.0.236/trunk@233778 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -148,8 +148,8 @@ nsEffectiveTLDService::GetEffectiveTLDLength(const nsACString &aHostname,
|
||||
*effTLDLength = end - prevDomain;
|
||||
break;
|
||||
|
||||
} else if (entry->IsNormal()) {
|
||||
// specific match
|
||||
} else if (entry->IsNormal() || !nextDot) {
|
||||
// specific match, or we've hit the top domain level
|
||||
*effTLDLength = end - currDomain;
|
||||
break;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user