Index: src/compiler/generic-graph.h |
diff --git a/src/compiler/generic-graph.h b/src/compiler/generic-graph.h |
index 47fb0aaa81d25a1eefd397f08ad334b7cd141666..a55545654535869d54e1c4c43bbb6a8a97c802c1 100644 |
--- a/src/compiler/generic-graph.h |
+++ b/src/compiler/generic-graph.h |
@@ -5,13 +5,14 @@ |
#ifndef V8_COMPILER_GENERIC_GRAPH_H_ |
#define V8_COMPILER_GENERIC_GRAPH_H_ |
-#include "src/zone.h" |
+#include "src/compiler/generic-node.h" |
namespace v8 { |
namespace internal { |
-namespace compiler { |
-typedef int NodeId; |
+class Zone; |
+ |
+namespace compiler { |
class GenericGraphBase : public ZoneObject { |
public: |