Index: src/d8.h |
diff --git a/src/d8.h b/src/d8.h |
index b87b404de3bca831b0b5b1c410e0cc4dcca4fff7..161c6533e7f2c96e4fd40e3bfcf1bae2870a8e5f 100644 |
--- a/src/d8.h |
+++ b/src/d8.h |
@@ -384,6 +384,7 @@ class Shell : public i::AllStatic { |
static void InstallUtilityScript(); |
#endif // V8_SHARED |
static void Initialize(Isolate* isolate); |
+ static void InitializeDebugger(Isolate* isolate); |
static void RunShell(Isolate* isolate); |
static bool SetOptions(int argc, char* argv[]); |
static Handle<ObjectTemplate> CreateGlobalTemplate(Isolate* isolate); |