Wrap GetXTFServiceWeakRef in #ifdef MOZ_XTF to fix non-xtf builds.

This commit is contained in:
alex%croczilla.com 2004-10-07 21:23:52 +00:00
Родитель 7fb0e81f40
Коммит 1d2d283c84
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -214,6 +214,7 @@ nsContentUtils::GetParserServiceWeakRef()
return sParserService;
}
#ifdef MOZ_XTF
nsIXTFService*
nsContentUtils::GetXTFServiceWeakRef()
{
@ -226,6 +227,7 @@ nsContentUtils::GetXTFServiceWeakRef()
return sXTFService;
}
#endif
template <class OutputIterator>
struct NormalizeNewlinesCharTraits {