mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Wrap GetXTFServiceWeakRef in #ifdef MOZ_XTF to fix non-xtf builds.
This commit is contained in:
parent
4474823382
commit
f877ee870e
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user