Index: src/compiler/machine-graph-verifier.h |
diff --git a/src/compiler/machine-graph-verifier.h b/src/compiler/machine-graph-verifier.h |
index 7ce1fc02372734bc3968a8fdde545b42bed3b16d..26e5d772c21aeba307d3e1a94378076ae335e290 100644 |
--- a/src/compiler/machine-graph-verifier.h |
+++ b/src/compiler/machine-graph-verifier.h |
@@ -21,7 +21,8 @@ class Schedule; |
class MachineGraphVerifier { |
public: |
static void Run(Graph* graph, Schedule const* const schedule, |
- Linkage* linkage, bool is_stub, Zone* temp_zone); |
+ Linkage* linkage, bool is_stub, const char* name, |
+ Zone* temp_zone); |
}; |
} // namespace compiler |