Chromium Code Reviews| Index: src/fast-codegen.h |
| =================================================================== |
| --- src/fast-codegen.h (revision 3600) |
| +++ src/fast-codegen.h (working copy) |
| @@ -296,6 +296,7 @@ |
| void SetFunctionPosition(FunctionLiteral* fun); |
| void SetReturnPosition(FunctionLiteral* fun); |
| void SetStatementPosition(Statement* stmt); |
| + void SetStatementPosition(int pos); |
| void SetSourcePosition(int pos); |
| // Non-local control flow support. |