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