Chromium Code Reviews| Index: src/compiler/node.h |
| diff --git a/src/compiler/node.h b/src/compiler/node.h |
| index 06b6699c0beead376770d8c4426931bb12bc969b..37059299bac473ff16a66025db0da0e6617b1ed8 100644 |
| --- a/src/compiler/node.h |
| +++ b/src/compiler/node.h |
| @@ -18,7 +18,7 @@ namespace compiler { |
| // Forward declarations. |
| class Edge; |
| class Graph; |
| - |
| +class Operator; |
|
epertoso
2017/01/03 11:34:49
We're including operator.h, this seems wrong.
|
| // Marks are used during traversal of the graph to distinguish states of nodes. |
| // Each node has a mark which is a monotonically increasing integer, and a |