Chromium Code Reviews| Index: src/hydrogen.h |
| diff --git a/src/hydrogen.h b/src/hydrogen.h |
| index 7a57448c444199d16f2a58bfe8564cd4d298998d..b5d68b72bcd4dff93ec75ce6a14af97e873646b6 100644 |
| --- a/src/hydrogen.h |
| +++ b/src/hydrogen.h |
| @@ -1233,7 +1233,7 @@ class HGraphBuilder { |
| JSArrayBuilder(HGraphBuilder* builder, |
| ElementsKind kind, |
| HValue* allocation_site_payload, |
| - AllocationSiteMode mode); |
| + bool disable_allocation_sites); |
| HValue* AllocateEmptyArray(); |
| HValue* AllocateArray(HValue* capacity, HValue* length_field, |