Index: src/base/platform/platform-freebsd.cc |
diff --git a/src/base/platform/platform-freebsd.cc b/src/base/platform/platform-freebsd.cc |
index efb1872f3576bb0ba05732e7406d32bdeb151712..bb86a2d1ecfdf5d70938a96131d152b46251bf06 100644 |
--- a/src/base/platform/platform-freebsd.cc |
+++ b/src/base/platform/platform-freebsd.cc |
@@ -181,11 +181,7 @@ VirtualMemory::~VirtualMemory() { |
} |
} |
- |
-bool VirtualMemory::IsReserved() { |
- return address_ != NULL; |
-} |
- |
+bool VirtualMemory::IsReserved() const { return address_ != NULL; } |
void VirtualMemory::Reset() { |
address_ = NULL; |