Backed out changeset 0d6721e243d3 (bug 1228339) for build bustage

CLOSED TREE
This commit is contained in:
Nigel Babu 2015-12-02 14:09:40 +05:30
parent 22b5a849da
commit 986ff39a5c

View File

@ -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);