Index: src/platform/virtual-memory.h |
diff --git a/src/platform/virtual-memory.h b/src/platform/virtual-memory.h |
index 73ba24dcebe7acbc05a379efd50b516e76f57307..9a62c32f70e291895ce314930537c1648283bb37 100644 |
--- a/src/platform/virtual-memory.h |
+++ b/src/platform/virtual-memory.h |
@@ -193,7 +193,7 @@ class VirtualMemory V8_FINAL { |
// Returns true if OS performs lazy commits, i.e. the memory allocation call |
// defers actual physical memory allocation till the first memory access. |
// Otherwise returns false. |
- static V8_INLINE(bool HasLazyCommits()) { |
+ static V8_INLINE bool HasLazyCommits() { |
#if V8_OS_LINUX |
return true; |
#else |