Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Unified Diff: src/platform/virtual-memory.h

Issue 23494047: Deuglify V8_INLINE and V8_NOINLINE. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/platform/socket.h ('k') | src/platform/virtual-memory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « src/platform/socket.h ('k') | src/platform/virtual-memory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698