Bug 1196591: Initialize member. r=me

Small correction introduced in bug 1190238
This commit is contained in:
Jean-Yves Avenard 2015-08-20 12:00:34 +10:00
Родитель e42ca2d177
Коммит 382f8adc48
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -26,6 +26,7 @@ public:
const nsACString& aContentType) : const nsACString& aContentType) :
mBuffer(aBuffer), mBuffer(aBuffer),
mLength(aLength), mLength(aLength),
mOffset(0),
mPrincipal(aPrincipal), mPrincipal(aPrincipal),
mContentType(aContentType) mContentType(aContentType)
{ {