Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index f97805345a14a84b38da7db788ad1c942269c4b6..a61eed2b55fb3f9eb191aaa518b3f658349867dd 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -4057,12 +4057,6 @@ class Dictionary: public HashTable<Derived, Shape, Key> { |
return Smi::cast(this->get(kNextEnumerationIndexIndex))->value(); |
} |
- // Returns a new array for dictionary usage. Might return Failure. |
- MUST_USE_RESULT static MaybeObject* Allocate( |
- Heap* heap, |
- int at_least_space_for, |
- PretenureFlag pretenure = NOT_TENURED); |
- |
// Creates a new dictionary. |
MUST_USE_RESULT static Handle<Derived> New( |
Isolate* isolate, |