Index: src/builtins-decls.h |
diff --git a/src/builtins-decls.h b/src/builtins-decls.h |
index beb5dd1e80cce803e9b16a256d5d9f53323d6146..02838419f73857e6002b261a288003a7b164a829 100644 |
--- a/src/builtins-decls.h |
+++ b/src/builtins-decls.h |
@@ -34,6 +34,7 @@ namespace v8 { |
namespace internal { |
DECLARE_RUNTIME_FUNCTION(MaybeObject*, ArrayConstructor_StubFailure); |
Michael Starzinger
2013/05/23 09:16:49
As discussed offline: I would really like to see t
mvstanton
2013/05/23 14:46:05
TODO placed, and will follow up in a 2nd CL.
|
+DECLARE_RUNTIME_FUNCTION(MaybeObject*, InternalArrayConstructor_StubFailure); |
} } // namespace v8::internal |