Index: src/heap.h |
diff --git a/src/heap.h b/src/heap.h |
index e4e89412d21958f3749269823278bfa3168e625c..88b16d35a11dbf43847bcb53ec131bcf516f059d 100644 |
--- a/src/heap.h |
+++ b/src/heap.h |
@@ -785,9 +785,6 @@ class Heap { |
// Returns Failure::RetryAfterGC(requested_bytes, space) if the allocation |
// failed. |
// Please note this does not perform a garbage collection. |
- MUST_USE_RESULT MaybeObject* AllocateStringFromOneByte( |
- Vector<const uint8_t> str, |
- PretenureFlag pretenure = NOT_TENURED); |
MUST_USE_RESULT MaybeObject* AllocateStringFromUtf8Slow( |
Vector<const char> str, |
int non_ascii_start, |