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