Index: src/compiler/js-graph.cc |
diff --git a/src/compiler/js-graph.cc b/src/compiler/js-graph.cc |
index cb13480ef99c7324616234357b7f26163e73ea71..1309531bbce924120545974f10333a56ea887605 100644 |
--- a/src/compiler/js-graph.cc |
+++ b/src/compiler/js-graph.cc |
@@ -16,7 +16,7 @@ Node* JSGraph::ImmovableHeapConstant(Handle<Object> object) { |
} |
-Node* JSGraph::NewNode(Operator* op) { |
+Node* JSGraph::NewNode(const Operator* op) { |
Node* node = graph()->NewNode(op); |
typer_->Init(node); |
return node; |