Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index 0cc7c5922bb71e7e1fe5e05a8527d875ec3fb6bd..db63975d71f915c461990e0824d95e7e2599aa47 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -339,7 +339,9 @@ class Factory V8_FINAL { |
// These objects are used by the api to create env-independent data |
// structures in the heap. |
- Handle<JSObject> NewNeanderObject(); |
+ Handle<JSObject> NewNeanderObject() { |
+ return NewJSObjectFromMap(neander_map()); |
+ } |
Handle<JSObject> NewArgumentsObject(Handle<Object> callee, int length); |