| Index: src/compiler/js-graph.h
|
| diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h
|
| index e772da8c30f8873552332c64907e52413cef1b40..99c8ad8630ffb07cfeadaf5be9c189650ee5321d 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* StaleRegisterConstant();
|
| @@ -147,6 +148,7 @@ class JSGraph : public ZoneObject {
|
| kAllocateInOldSpaceStubConstant,
|
| kCEntryStubConstant,
|
| kEmptyFixedArrayConstant,
|
| + kEmptyLiteralsArrayConstant,
|
| kHeapNumberMapConstant,
|
| kOptimizedOutConstant,
|
| kStaleRegisterConstant,
|
|
|