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
parent 4474823382
commit f877ee870e

View File

@ -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 {