mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-03 02:25:34 +00:00
Bug 1130860 - Part 2: Fix static keyword in wrong place. r=me CLOSED TREE
This commit is contained in:
parent
70bebc081d
commit
229b14c947
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user