| Index: src/builtins-decls.h
|
| diff --git a/src/platform-posix.h b/src/builtins-decls.h
|
| similarity index 86%
|
| copy from src/platform-posix.h
|
| copy to src/builtins-decls.h
|
| index 7a982ed2ef3080dad77860d6f46b356a9067bf3b..beb5dd1e80cce803e9b16a256d5d9f53323d6146 100644
|
| --- a/src/platform-posix.h
|
| +++ b/src/builtins-decls.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright 2012 the V8 project authors. All rights reserved.
|
| +// Copyright 2013 the V8 project authors. All rights reserved.
|
| // Redistribution and use in source and binary forms, with or without
|
| // modification, are permitted provided that the following conditions are
|
| // met:
|
| @@ -25,15 +25,16 @@
|
| // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
| -#ifndef V8_PLATFORM_POSIX_H_
|
| -#define V8_PLATFORM_POSIX_H_
|
| +#ifndef V8_BUILTINS_DECLS_H_
|
| +#define V8_BUILTINS_DECLS_H_
|
| +
|
| +#include "arguments.h"
|
|
|
| namespace v8 {
|
| namespace internal {
|
|
|
| -// Used by platform implementation files during OS::PostSetUp().
|
| -void POSIXPostSetUp();
|
| +DECLARE_RUNTIME_FUNCTION(MaybeObject*, ArrayConstructor_StubFailure);
|
|
|
| } } // namespace v8::internal
|
|
|
| -#endif // V8_PLATFORM_POSIX_H_
|
| +#endif // V8_BUILTINS_DECLS_H_
|
|
|