| Index: src/full-codegen.h
|
| diff --git a/src/full-codegen.h b/src/full-codegen.h
|
| index 201507b2af338ea6e32b59d36c6a8cc145e22e0a..a3270aa774e52c07666f6816251276c6e69d9bb3 100644
|
| --- a/src/full-codegen.h
|
| +++ b/src/full-codegen.h
|
| @@ -423,7 +423,9 @@ class FullCodeGenerator: public AstVisitor {
|
| void SetStatementPosition(Statement* stmt);
|
| void SetExpressionPosition(Expression* expr, int pos);
|
| void SetStatementPosition(int pos);
|
| - void SetSourcePosition(int pos);
|
| + void SetSourcePosition(
|
| + int pos,
|
| + PositionRecordingType recording_type = NORMAL_POSITION);
|
|
|
| // Non-local control flow support.
|
| void EnterFinallyBlock();
|
|
|