Index: src/compiler/graph-replay.cc |
diff --git a/src/compiler/graph-replay.cc b/src/compiler/graph-replay.cc |
index efb1180a7777a027d76c2960f5de2feb31496ae8..494d4313fe1a712f4722b16a48f6453760183e6a 100644 |
--- a/src/compiler/graph-replay.cc |
+++ b/src/compiler/graph-replay.cc |
@@ -40,7 +40,7 @@ void GraphReplayPrinter::PostEdge(Node* from, int index, Node* to) { |
} |
-void GraphReplayPrinter::PrintReplayOpCreator(Operator* op) { |
+void GraphReplayPrinter::PrintReplayOpCreator(const Operator* op) { |
IrOpcode::Value opcode = static_cast<IrOpcode::Value>(op->opcode()); |
const char* builder = |
IrOpcode::IsCommonOpcode(opcode) ? "common_builder" : "js_builder"; |