зеркало из https://github.com/mozilla/pjs.git
Fix bustage. Missed one change from |GetUnicode| to |get|.
This commit is contained in:
Родитель
5ebcacf156
Коммит
7d7af52c16
|
@ -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())) ||
|
||||
|
|
Загрузка…
Ссылка в новой задаче