зеркало из https://github.com/mozilla/pjs.git
Bustage fix from dwitte.
This commit is contained in:
Родитель
a4677b9602
Коммит
94f8f557af
|
@ -459,6 +459,8 @@ nsEmbedCString::GrowCapacity(size_type aNewCapacity)
|
|||
// constructors of nsDependentSubstring work in embed builds.
|
||||
// See bug 196506
|
||||
|
||||
#ifndef nsReadableUtils_h___
|
||||
|
||||
template <class CharT> class CalculateLength
|
||||
{
|
||||
public:
|
||||
|
@ -498,3 +500,5 @@ Distance( const nsACString::const_iterator& aStart, const nsACString::const_iter
|
|||
{
|
||||
return Distance_Impl(aStart, aEnd);
|
||||
}
|
||||
|
||||
#endif // !defined(nsReadableUtils_h___)
|
||||
|
|
|
@ -459,6 +459,8 @@ nsEmbedCString::GrowCapacity(size_type aNewCapacity)
|
|||
// constructors of nsDependentSubstring work in embed builds.
|
||||
// See bug 196506
|
||||
|
||||
#ifndef nsReadableUtils_h___
|
||||
|
||||
template <class CharT> class CalculateLength
|
||||
{
|
||||
public:
|
||||
|
@ -498,3 +500,5 @@ Distance( const nsACString::const_iterator& aStart, const nsACString::const_iter
|
|||
{
|
||||
return Distance_Impl(aStart, aEnd);
|
||||
}
|
||||
|
||||
#endif // !defined(nsReadableUtils_h___)
|
||||
|
|
Загрузка…
Ссылка в новой задаче