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:
dwitte%stanford.edu
2007-09-03 03:03:41 +00:00
parent 7e232eaf44
commit 68be9fb9fd

View File

@@ -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;