Index: include/v8-debug.h |
diff --git a/include/v8-debug.h b/include/v8-debug.h |
index 90d8544bec88625b186e0c479729c0ae2b7cfc73..dceb99716fed5169321f69d4b22fb4c7a56fcf92 100644 |
--- a/include/v8-debug.h |
+++ b/include/v8-debug.h |
@@ -20,7 +20,8 @@ enum DebugEvent { |
BeforeCompile = 4, |
AfterCompile = 5, |
CompileError = 6, |
- BreakForCommand = 7 |
+ PromiseEvent = 7, |
+ BreakForCommand = 8 |
}; |