Index: src/x64/codegen-x64.h |
=================================================================== |
--- src/x64/codegen-x64.h (revision 2585) |
+++ src/x64/codegen-x64.h (working copy) |
@@ -361,7 +361,7 @@ |
#define DEF_VISIT(type) \ |
void Visit##type(type* node); |
- NODE_LIST(DEF_VISIT) |
+ AST_NODE_LIST(DEF_VISIT) |
#undef DEF_VISIT |
// Visit a statement and then spill the virtual frame if control flow can |
@@ -548,7 +548,7 @@ |
// information. |
void CodeForFunctionPosition(FunctionLiteral* fun); |
void CodeForReturnPosition(FunctionLiteral* fun); |
- void CodeForStatementPosition(Node* node); |
+ void CodeForStatementPosition(AstNode* node); |
void CodeForSourcePosition(int pos); |
#ifdef DEBUG |