Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index 31d9e4781960f736b3809e8eb60492b0a2f2f0d7..4190cd76a1376eb5fc68180d70ac45157cbb3687 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -41,6 +41,7 @@ class JSGraph : public ZoneObject { |
// Canonicalized global constants. |
Node* CEntryStubConstant(int result_size); |
Node* EmptyFixedArrayConstant(); |
+ Node* HeapNumberMapConstant(); |
Node* OptimizedOutConstant(); |
Node* UndefinedConstant(); |
Node* TheHoleConstant(); |
@@ -141,6 +142,7 @@ class JSGraph : public ZoneObject { |
enum CachedNode { |
kCEntryStubConstant, |
kEmptyFixedArrayConstant, |
+ kHeapNumberMapConstant, |
kOptimizedOutConstant, |
kUndefinedConstant, |
kTheHoleConstant, |