Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index c421350c05f66333d90f1417f5376fcd17487083..d36bed2699537e6b6587b00ccf4148a7d32ecaa3 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -43,6 +43,7 @@ class JSGraph : public ZoneObject { |
Node* AllocateInOldSpaceStubConstant(); |
Node* CEntryStubConstant(int result_size); |
Node* EmptyFixedArrayConstant(); |
+ Node* EmptyLiteralsArrayConstant(); |
Node* HeapNumberMapConstant(); |
Node* OptimizedOutConstant(); |
Node* UndefinedConstant(); |
@@ -146,6 +147,7 @@ class JSGraph : public ZoneObject { |
kAllocateInOldSpaceStubConstant, |
kCEntryStubConstant, |
kEmptyFixedArrayConstant, |
+ kEmptyLiteralsArrayConstant, |
kHeapNumberMapConstant, |
kOptimizedOutConstant, |
kUndefinedConstant, |