| 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 521d59a2f7e82806e65347aa2242d978ae6bd50f..734e08d20417586b9ae586d3e83126f671cccd19 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImpl.h
|
| +++ b/third_party/WebKit/Source/wtf/text/StringImpl.h
|
| @@ -196,7 +196,7 @@ private:
|
| public:
|
| ~StringImpl();
|
|
|
| - static StringImpl* createStatic(const char* string, unsigned length, unsigned hash);
|
| + static StringImpl* createPreallocatedStatic(void* buffer, unsigned length, unsigned hash);
|
| static void reserveStaticStringsCapacityForSize(unsigned size);
|
| static void freezeStaticStrings();
|
| static const StaticStringsTable& allStaticStrings();
|
|
|