mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
Fix merge bustage from bug 730765.
This commit is contained in:
parent
ed2b033623
commit
9a4d736502
@ -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