Chromium Code Reviews| Index: src/arm/codegen-arm.h |
| =================================================================== |
| --- src/arm/codegen-arm.h (revision 2975) |
| +++ src/arm/codegen-arm.h (working copy) |
| @@ -370,7 +370,7 @@ |
| // information. |
| void CodeForFunctionPosition(FunctionLiteral* fun); |
| void CodeForReturnPosition(FunctionLiteral* fun); |
| - void CodeForStatementPosition(AstNode* node); |
| + void CodeForStatementPosition(Statement* node); |
| void CodeForSourcePosition(int pos); |
| #ifdef DEBUG |