diff --git a/mfbt/BufferList.h b/mfbt/BufferList.h index 99e6ead4aea4..1a2fe8eeb37a 100644 --- a/mfbt/BufferList.h +++ b/mfbt/BufferList.h @@ -399,7 +399,8 @@ class BufferList : private AllocPolicy { }; template -MOZ_MUST_USE bool BufferList::WriteBytes(const char* aData, size_t aSize) { +MOZ_MUST_USE bool BufferList::WriteBytes(const char* aData, + size_t aSize) { MOZ_RELEASE_ASSERT(mOwning); MOZ_RELEASE_ASSERT(mStandardCapacity);