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