Bug 1130860 - Part 2: Fix static keyword in wrong place. r=me CLOSED TREE

This commit is contained in:
Tooru Fujisawa 2015-02-10 02:34:08 +09:00
parent dabfad2fae
commit 9b2b5414d1

View File

@ -424,8 +424,8 @@ AppendEscapedLineTerminator(StringBuffer &sb, const char16_t c)
return true;
}
static template <typename CharT>
MOZ_ALWAYS_INLINE bool
template <typename CharT>
static MOZ_ALWAYS_INLINE bool
SetupBuffer(StringBuffer &sb, const CharT *oldChars, size_t oldLen, const CharT *it)
{
if (mozilla::IsSame<CharT, char16_t>::value && !sb.ensureTwoByteChars())