Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index cb2edaf157ea4d08de1d6a510522ea4bc57431e8..71f065b092e521a616153cfea384c1d551ab2e8a 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -46,7 +46,7 @@ class FullCodeGenerator final : public AstVisitor<FullCodeGenerator> { |
info->zone()), |
back_edges_(2, info->zone()), |
handler_table_(info->zone()), |
- source_position_table_builder_(info->isolate(), info->zone(), |
+ source_position_table_builder_(info->zone(), |
info->SourcePositionRecordingMode()), |
ic_total_count_(0) { |
DCHECK(!info->IsStub()); |