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 eb6262143e8d937ecc35f9c403b4115153292952..35e1602386137cb4e7aa8d8fa384ba14c91007eb 100644 |
--- a/third_party/WebKit/Source/wtf/text/StringImpl.h |
+++ b/third_party/WebKit/Source/wtf/text/StringImpl.h |
@@ -197,6 +197,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; } |