Index: src/full-codegen/full-codegen.h |
diff --git a/src/full-codegen/full-codegen.h b/src/full-codegen/full-codegen.h |
index 85a9381db5da268d10415fe465b873542b129ea6..e1551e7e472abdea222295e001467f677fd96206 100644 |
--- a/src/full-codegen/full-codegen.h |
+++ b/src/full-codegen/full-codegen.h |
@@ -47,7 +47,8 @@ class FullCodeGenerator: public AstVisitor { |
info->zone()), |
back_edges_(2, info->zone()), |
handler_table_(info->zone()), |
- source_position_table_builder_(info->isolate(), info->zone()), |
+ source_position_table_builder_(info->isolate(), info->zone(), |
+ info->SourcePositionRecordingMode()), |
ic_total_count_(0) { |
DCHECK(!info->IsStub()); |
Initialize(); |