| Index: src/ia32/code-stubs-ia32.cc
|
| diff --git a/src/ia32/code-stubs-ia32.cc b/src/ia32/code-stubs-ia32.cc
|
| index 09012b6f9bcb981c9a63ca54c5d24111a79bd475..559f2488460dbc780b6d92a96b85173d6507a6aa 100644
|
| --- a/src/ia32/code-stubs-ia32.cc
|
| +++ b/src/ia32/code-stubs-ia32.cc
|
| @@ -29,6 +29,7 @@
|
|
|
| #if defined(V8_TARGET_ARCH_IA32)
|
|
|
| +#include "arguments.h"
|
| #include "bootstrapper.h"
|
| #include "code-stubs.h"
|
| #include "isolate.h"
|
| @@ -89,6 +90,7 @@ void TransitionElementsKindStub::InitializeInterfaceDescriptor(
|
| }
|
|
|
|
|
| +DECLARE_RUNTIME_FUNCTION(MaybeObject*, ArrayConstructor_StubFailure);
|
| static void InitializeArrayConstructorDescriptor(Isolate* isolate,
|
| CodeStubInterfaceDescriptor* descriptor) {
|
| // register state
|
|
|