Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 96fb98e72d81e635e15cafeef8758910f31679b3..12a75dbeabad52cc751be90b1a111a3ae36e269d 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -4176,7 +4176,7 @@ void LCodeGen::DoCallNewArray(LCallNewArray* instr) { |
__ mov(ebx, 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; |