Index: src/v8globals.h |
diff --git a/src/v8globals.h b/src/v8globals.h |
index 6144631b96d97fc0dd67894e59da306eb78cd06e..7fa2fd62c56035d7ef11559f39e7b28cee2da2e3 100644 |
--- a/src/v8globals.h |
+++ b/src/v8globals.h |
@@ -201,6 +201,8 @@ enum PretenureFlag { NOT_TENURED, TENURED }; |
enum GarbageCollector { SCAVENGER, MARK_COMPACTOR }; |
+enum Executability { NOT_EXECUTABLE, EXECUTABLE }; |
+ |
enum VisitMode { |
VISIT_ALL, |
VISIT_ALL_IN_SCAVENGE, |