Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index c567e7544b83e48fb88458b93aa97b1b3d2a6801..79aa2dd09e64c88d787ae98fd0e2532498040ea5 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -2037,7 +2037,7 @@ class ArrayConstructorStubBase : public HydrogenCodeStub { |
// Parameters accessed via CodeStubGraphBuilder::GetParameter() |
static const int kConstructor = 0; |
- static const int kPropertyCell = 1; |
+ static const int kAllocationSite = 1; |
protected: |
void BasePrintName(const char* name, StringStream* stream); |