Index: src/code-stubs.h |
diff --git a/src/code-stubs.h b/src/code-stubs.h |
index 4848768382c9e207b0f2c4e2b6accc4110d95983..61c121cde487e7f4fbc67e0fc87dea8939dbcd3a 100644 |
--- a/src/code-stubs.h |
+++ b/src/code-stubs.h |
@@ -1652,7 +1652,8 @@ class ArrayConstructorStubBase : public HydrogenCodeStub { |
static void InstallDescriptors(Isolate* isolate); |
// Parameters accessed via CodeStubGraphBuilder::GetParameter() |
- static const int kPropertyCell = 0; |
+ static const int kConstructor = 0; |
+ static const int kPropertyCell = 1; |
private: |
int NotMissMinorKey() { return bit_field_; } |