Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 0d02f77fd6327b48bff16aff675cbb72e94a5389..3ac0045ef8ac68248afc7078135116e1196c7dab 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -840,8 +840,7 @@ enum SmiCheckType { |
DO_SMI_CHECK |
}; |
- |
-enum ScopeType { |
+enum ScopeType : uint8_t { |
EVAL_SCOPE, // The top-level scope for an eval source. |
FUNCTION_SCOPE, // The top-level scope for a function. |
MODULE_SCOPE, // The scope introduced by a module literal |