Index: third_party/WebKit/Source/wtf/text/StringImpl.h |
diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.h b/third_party/WebKit/Source/wtf/text/StringImpl.h |
index bf33deae45f3d3d5ded33600b83432419aea4d32..7bf3c8e9b42a039bcc134a5f00d92040437e9745 100644 |
--- a/third_party/WebKit/Source/wtf/text/StringImpl.h |
+++ b/third_party/WebKit/Source/wtf/text/StringImpl.h |
@@ -195,6 +195,7 @@ public: |
~StringImpl(); |
static StringImpl* createStatic(const char* string, unsigned length, unsigned hash); |
+ static void reserveStaticStringsCapacityForSize(unsigned size); |
static void freezeStaticStrings(); |
static const StaticStringsTable& allStaticStrings(); |
static unsigned highestStaticStringLength() { return m_highestStaticStringLength; } |