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