| Index: src/compiler/graph-replay.h
|
| diff --git a/src/compiler/graph-replay.h b/src/compiler/graph-replay.h
|
| index 53d524799566bad5e2a31cf9093e0300d9ecdb23..a66af2235328a53a442ae33802a1f3e8325e79b6 100644
|
| --- a/src/compiler/graph-replay.h
|
| +++ b/src/compiler/graph-replay.h
|
| @@ -25,7 +25,7 @@ class GraphReplayPrinter FINAL : public NullNodeVisitor {
|
| static void PrintReplay(Graph* graph) {}
|
| #endif
|
|
|
| - GenericGraphVisit::Control Pre(Node* node);
|
| + void Pre(Node* node);
|
| void PostEdge(Node* from, int index, Node* to);
|
|
|
| private:
|
|
|