Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index b016a828c119aea33bf7565b88b96d26ddd0a0e5..71d64345d531c26ae00d4ad9a72d49147c72bb9f 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -42,7 +42,7 @@ class JSGraph : public ZoneObject { |
// Creates a HeapConstant node, possibly canonicalized, without inspecting the |
// object. |
- Node* HeapConstant(PrintableUnique<Object> value); |
+ Node* HeapConstant(Unique<Object> value); |
// Creates a HeapConstant node, possibly canonicalized, and may access the |
// heap to inspect the object. |