зеркало из https://github.com/mozilla/pjs.git
Wrap GetXTFServiceWeakRef in #ifdef MOZ_XTF to fix non-xtf builds.
This commit is contained in:
Родитель
7fb0e81f40
Коммит
1d2d283c84
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче