Index: src/factory.h |
diff --git a/src/factory.h b/src/factory.h |
index d52e66e05f8fcd104604de901266b95d42d214f0..7e432d20546551753abdfd88ecaa90abf90fb49e 100644 |
--- a/src/factory.h |
+++ b/src/factory.h |
@@ -269,6 +269,10 @@ class Factory V8_FINAL { |
int instance_size, |
ElementsKind elements_kind = TERMINAL_FAST_ELEMENTS_KIND); |
+ Handle<HeapObject> NewFillerObject(int size, |
+ bool double_align, |
+ AllocationSpace space); |
+ |
Handle<JSObject> NewFunctionPrototype(Handle<JSFunction> function); |
Handle<FixedArray> CopyFixedArray(Handle<FixedArray> array); |