aboutsummaryrefslogtreecommitdiff
path: root/deps/v8/src/zone.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/zone.h')
-rw-r--r--deps/v8/src/zone.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/zone.h b/deps/v8/src/zone.h
index a5e437f7fa..af9c916d70 100644
--- a/deps/v8/src/zone.h
+++ b/deps/v8/src/zone.h
@@ -164,7 +164,7 @@ class AssertNoZoneAllocation {
class ZoneListAllocationPolicy {
public:
// Allocate 'size' bytes of memory in the zone.
- INLINE(static void* New(int size));
+ static void* New(int size);
// De-allocation attempts are silently ignored.
static void Delete(void* p) { }