mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Backed out changeset 0d6721e243d3 (bug 1228339) for build bustage
CLOSED TREE
This commit is contained in:
parent
22b5a849da
commit
986ff39a5c
@ -120,7 +120,7 @@ class FDWrapper {
|
||||
//
|
||||
class MmapWrapper {
|
||||
public:
|
||||
MmapWrapper() : is_set_(false), size_(0), base_(NULL) {}
|
||||
MmapWrapper() : is_set_(false) {}
|
||||
~MmapWrapper() {
|
||||
if (is_set_ && base_ != NULL) {
|
||||
MOZ_ASSERT(size_ > 0);
|
||||
|
Loading…
Reference in New Issue
Block a user