mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1196591: Initialize member. r=me
Small correction introduced in bug 1190238
This commit is contained in:
parent
870ceb21b9
commit
68a1fb84c6
@ -26,6 +26,7 @@ public:
|
||||
const nsACString& aContentType) :
|
||||
mBuffer(aBuffer),
|
||||
mLength(aLength),
|
||||
mOffset(0),
|
||||
mPrincipal(aPrincipal),
|
||||
mContentType(aContentType)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user