mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Fix merge bustage from bug 730765.
This commit is contained in:
parent
5ff0ccfa8b
commit
03ceba7e03
@ -132,8 +132,7 @@ public:
|
||||
NS_IMETHOD Tell(PRInt64 *aResult);
|
||||
|
||||
nsFileInputStream()
|
||||
: mIOFlags(0), mPerm(0)
|
||||
: mLineBuffer(nullptr), mCachedPosition(0)
|
||||
: mIOFlags(0), mPerm(0), mLineBuffer(nullptr), mCachedPosition(0)
|
||||
{ }
|
||||
|
||||
virtual ~nsFileInputStream()
|
||||
|
Loading…
Reference in New Issue
Block a user