Index: src/objects.h |
diff --git a/src/objects.h b/src/objects.h |
index 0dc5e3a22f5d2b732c8557c81b395ab72dd962e4..4a34af8abb4b90e641cfd2a5cabe5d6fc7b40c31 100644 |
--- a/src/objects.h |
+++ b/src/objects.h |
@@ -3446,6 +3446,8 @@ class StringTable: public HashTable<StringTable, |
uint16_t c1, |
uint16_t c2); |
+ static void EnsureCapacityForDeserialization(Isolate* isolate, int n); |
+ |
DECLARE_CAST(StringTable) |
private: |