Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index 7e9cb4751634d68935403f26bf2d623a7e554c73..82c256154c109b6df67d21111c0a9780855ae637 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -665,12 +665,6 @@ class Heap { |
MUST_USE_RESULT MaybeObject* CopyJSObject(JSObject* source, |
AllocationSite* site = NULL); |
- // Allocates the function prototype. |
- // Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation |
- // failed. |
- // Please note this does not perform a garbage collection. |
- MUST_USE_RESULT MaybeObject* AllocateFunctionPrototype(JSFunction* function); |
- |
// Allocates a JS ArrayBuffer object. |
// Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation |
// failed. |