Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index 1f4bee29ed9dec50847fe6ac499d0354fe344d21..aac622833194e5815bd3a0424705049a79cefea7 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -264,6 +264,7 @@ class Shell : public i::AllStatic { |
static int Main(int argc, char* argv[]); |
static void Exit(int exit_code); |
static void OnExit(Isolate* isolate); |
+ static void CollectGarbage(Isolate* isolate); |
#ifndef V8_SHARED |
static Handle<Array> GetCompletions(Isolate* isolate, |