backing out previous change temporarily per bug Bug 390856.

This commit is contained in:
dwitte@stanford.edu 2007-09-02 18:10:41 -07:00
Родитель 90b2ce5ffa
Коммит 53b8e27607
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -148,8 +148,8 @@ nsEffectiveTLDService::GetEffectiveTLDLength(const nsACString &aHostname,
*effTLDLength = end - prevDomain;
break;
} else if (entry->IsNormal() || !nextDot) {
// specific match, or we've hit the top domain level
} else if (entry->IsNormal()) {
// specific match
*effTLDLength = end - currDomain;
break;