| Index: src/full-codegen.cc
|
| diff --git a/src/full-codegen.cc b/src/full-codegen.cc
|
| index 35d51d982ed44f9edffc77ff8f249338fe42cca2..edb43ef7e898bf87964c1f1a4a3c531677581c75 100644
|
| --- a/src/full-codegen.cc
|
| +++ b/src/full-codegen.cc
|
| @@ -866,6 +866,7 @@ void FullCodeGenerator::SetExpressionPosition(Expression* expr) {
|
| void FullCodeGenerator::SetSourcePosition(int pos) {
|
| if (pos != RelocInfo::kNoPosition) {
|
| masm_->positions_recorder()->RecordPosition(pos);
|
| + masm_->positions_recorder()->WriteRecordedPositions();
|
| }
|
| }
|
|
|
|
|