Chromium Code Reviews| Index: src/codegen-arm.h |
| =================================================================== |
| --- src/codegen-arm.h (revision 1668) |
| +++ src/codegen-arm.h (working copy) |
| @@ -394,6 +394,7 @@ |
| // positions are collected by the assembler and emitted with the relocation |
| // information. |
| void CodeForFunctionPosition(FunctionLiteral* fun); |
| + void CodeForReturnPosition(FunctionLiteral* fun); |
| void CodeForStatementPosition(Node* node); |
| void CodeForSourcePosition(int pos); |