Index: src/compiler/js-graph.h |
diff --git a/src/compiler/js-graph.h b/src/compiler/js-graph.h |
index e10591998cc49f2e1ac0332949a20678af1b2c7e..b44ef6c031e06e174c26e421424aeae9d4880b93 100644 |
--- a/src/compiler/js-graph.h |
+++ b/src/compiler/js-graph.h |
@@ -49,7 +49,7 @@ class V8_EXPORT_PRIVATE JSGraph : public NON_EXPORTED_BASE(ZoneObject) { |
ArgvMode argv_mode = kArgvOnStack, |
bool builtin_exit_frame = false); |
Node* EmptyFixedArrayConstant(); |
- Node* EmptyLiteralsArrayConstant(); |
+ Node* EmptyFeedbackVectorConstant(); |
Node* EmptyStringConstant(); |
Node* FixedArrayMapConstant(); |
Node* FixedDoubleArrayMapConstant(); |
@@ -167,7 +167,7 @@ class V8_EXPORT_PRIVATE JSGraph : public NON_EXPORTED_BASE(ZoneObject) { |
kCEntryStub3Constant, |
kCEntryStub1WithBuiltinExitFrameConstant, |
kEmptyFixedArrayConstant, |
- kEmptyLiteralsArrayConstant, |
+ kEmptyFeedbackVectorConstant, |
kEmptyStringConstant, |
kFixedArrayMapConstant, |
kFixedDoubleArrayMapConstant, |