Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 98f1e8beb45dde94f0f9204d4f7f3d24a58d3457..95e763ecbbae6ae5648ae89f3d87a2574bac70ef 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -4239,7 +4239,7 @@ void LCodeGen::DoCallNewArray(LCallNewArray* instr) { |
__ mov(ebx, instr->hydrogen()->property_cell()); |
ElementsKind kind = instr->hydrogen()->elements_kind(); |
bool disable_allocation_sites = |
- (AllocationSiteInfo::GetMode(kind) == TRACK_ALLOCATION_SITE); |
+ (AllocationSite::GetMode(kind) == TRACK_ALLOCATION_SITE); |
if (instr->arity() == 0) { |
ArrayNoArgumentConstructorStub stub(kind, disable_allocation_sites); |