Index: src/snapshot/code-serializer.cc |
diff --git a/src/snapshot/code-serializer.cc b/src/snapshot/code-serializer.cc |
index 8d2f5d933994cbab63e6451973137fe11c50496a..4ac80119805e0883cb2920aa4310629d25050035 100644 |
--- a/src/snapshot/code-serializer.cc |
+++ b/src/snapshot/code-serializer.cc |
@@ -124,7 +124,7 @@ void CodeSerializer::SerializeBuiltin(int builtin_index, HowToCode how_to_code, |
DCHECK((how_to_code == kPlain && where_to_point == kStartOfObject) || |
(how_to_code == kPlain && where_to_point == kInnerPointer) || |
(how_to_code == kFromCode && where_to_point == kInnerPointer)); |
- DCHECK_LT(builtin_index, Builtins::builtin_count); |
+ DCHECK_LT(builtin_index, Builtins::BUILTIN_COUNT); |
DCHECK_LE(0, builtin_index); |
if (FLAG_trace_serializer) { |