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