| Index: src/codegen.h
|
| diff --git a/src/codegen.h b/src/codegen.h
|
| index 0695719908637f66379cd4454afeed95bdf29d6d..53c8e867b593eab91e40905986a9a34012ddb453 100644
|
| --- a/src/codegen.h
|
| +++ b/src/codegen.h
|
| @@ -99,10 +99,10 @@ UnaryMathFunction CreateSqrtFunction();
|
| class ElementsTransitionGenerator : public AllStatic {
|
| public:
|
| // If |mode| is set to DONT_TRACK_ALLOCATION_SITE,
|
| - // |allocation_site_info_found| may be NULL.
|
| + // |allocation_memento_found| may be NULL.
|
| static void GenerateMapChangeElementsTransition(MacroAssembler* masm,
|
| AllocationSiteMode mode,
|
| - Label* allocation_site_info_found);
|
| + Label* allocation_memento_found);
|
| static void GenerateSmiToDouble(MacroAssembler* masm,
|
| AllocationSiteMode mode,
|
| Label* fail);
|
|
|