Fix bustage. Missed one change from |GetUnicode| to |get|.

This commit is contained in:
dbaron%fas.harvard.edu 2000-12-09 04:35:24 +00:00
Родитель 5ebcacf156
Коммит 7d7af52c16
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -258,7 +258,7 @@ NS_IMETHODIMP nsMetaCharsetObserver::Notify(
((httpEquivValue[0]=='\"') &&
(httpEquivValue[lastIdx]=='\"'))) &&
(0==nsCRT::strncasecmp(httpEquivValue+1,
contenttype.GetUnicode(),
contenttype.get(),
contenttype.Length()))
)) &&
((0==nsCRT::strcasecmp(contentValue,texthtml.get())) ||