Index: src/ast/ast.h |
diff --git a/src/ast/ast.h b/src/ast/ast.h |
index dd43f70d1907458106a274606c1fb6256aa5a069..0a4e7481810b541c263d7965fa788375383dded2 100644 |
--- a/src/ast/ast.h |
+++ b/src/ast/ast.h |
@@ -191,6 +191,7 @@ class AstNode: public ZoneObject { |
int position() const { return position_; } |
#ifdef DEBUG |
+ void Print(); |
void Print(Isolate* isolate); |
#endif // DEBUG |