| Index: src/code-stubs.cc
|
| diff --git a/src/code-stubs.cc b/src/code-stubs.cc
|
| index b4479da9230d21b357fd716f4b003889a7868469..9da090f4f4e777c83c0b54de48dafce03112ea17 100644
|
| --- a/src/code-stubs.cc
|
| +++ b/src/code-stubs.cc
|
| @@ -692,7 +692,7 @@ bool ToBooleanStub::Types::CanBeUndetectable() const {
|
|
|
| void ElementsTransitionAndStoreStub::Generate(MacroAssembler* masm) {
|
| Label fail;
|
| - AllocationSiteMode mode = AllocationSiteInfo::GetMode(from_, to_);
|
| + AllocationSiteMode mode = AllocationSite::GetMode(from_, to_);
|
| ASSERT(!IsFastHoleyElementsKind(from_) || IsFastHoleyElementsKind(to_));
|
| if (!FLAG_trace_elements_transitions) {
|
| if (IsFastSmiOrObjectElementsKind(to_)) {
|
|
|