| Index: src/compiler/js-graph.h
|
| diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h
|
| index 71d64345d531c26ae00d4ad9a72d49147c72bb9f..019ccc4369b10991dc82d0b17c1e2513d31bdc72 100644
|
| --- a/src/compiler/js-graph.h
|
| +++ b/src/compiler/js-graph.h
|
| @@ -99,7 +99,7 @@ class JSGraph : public ZoneObject {
|
|
|
| Node* ImmovableHeapConstant(Handle<Object> value);
|
| Node* NumberConstant(double value);
|
| - Node* NewNode(Operator* op);
|
| + Node* NewNode(const Operator* op);
|
|
|
| Factory* factory() { return isolate()->factory(); }
|
| };
|
|
|