| Index: src/x64/code-stubs-x64.cc
|
| diff --git a/src/x64/code-stubs-x64.cc b/src/x64/code-stubs-x64.cc
|
| index fffd37f519db9c9dcb19fb44d5640de8e39093e9..3e7abedee8afbdd93c8c4679af3e701aca17edf4 100644
|
| --- a/src/x64/code-stubs-x64.cc
|
| +++ b/src/x64/code-stubs-x64.cc
|
| @@ -29,6 +29,7 @@
|
|
|
| #if defined(V8_TARGET_ARCH_X64)
|
|
|
| +#include "arguments.h"
|
| #include "bootstrapper.h"
|
| #include "code-stubs.h"
|
| #include "regexp-macro-assembler.h"
|
| @@ -84,6 +85,7 @@ void TransitionElementsKindStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| +DECLARE_RUNTIME_FUNCTION(MaybeObject*, ArrayConstructor_StubFailure);
|
| static void InitializeArrayConstructorDescriptor(Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| // register state
|
|
|