summaryrefslogtreecommitdiff
path: root/deps/v8/src/allocation.cc
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/allocation.cc')
-rw-r--r--deps/v8/src/allocation.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/v8/src/allocation.cc b/deps/v8/src/allocation.cc
index 4be8fb4084..09d07920b3 100644
--- a/deps/v8/src/allocation.cc
+++ b/deps/v8/src/allocation.cc
@@ -64,7 +64,7 @@ class PageAllocatorInitializer {
};
DEFINE_LAZY_LEAKY_OBJECT_GETTER(PageAllocatorInitializer,
- GetPageTableInitializer);
+ GetPageTableInitializer)
// We will attempt allocation this many times. After each failure, we call
// OnCriticalMemoryPressure to try to free some memory.