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