Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index c97475a94821de92651c6c16700c9fe57f2ab92b..753954e3aa3e02f6cbe803287f88a11642f142f5 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -3878,7 +3878,7 @@ void LCodeGen::DoCallNewArray(LCallNewArray* instr) { |
__ Move(rbx, instr->hydrogen()->property_cell()); |
ElementsKind kind = instr->hydrogen()->elements_kind(); |
AllocationSiteOverrideMode override_mode = |
- (AllocationSiteInfo::GetMode(kind) == TRACK_ALLOCATION_SITE) |
+ (AllocationSite::GetMode(kind) == TRACK_ALLOCATION_SITE) |
? DISABLE_ALLOCATION_SITES |
: DONT_OVERRIDE; |
ContextCheckMode context_mode = CONTEXT_CHECK_NOT_REQUIRED; |