| Index: third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| index c40240d5df689310908a021a35359ba27e795a66..925a9db203b2de5a0a0a769db2a67cccdb169771 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSTokenizer.h
|
| @@ -35,7 +35,7 @@ public:
|
|
|
| private:
|
| void storeString(const String& string) { m_stringPool.append(string); }
|
| - Vector<CSSParserToken> m_tokens;
|
| + Vector<CSSParserToken, 32> m_tokens;
|
| // We only allocate strings when escapes are used.
|
| Vector<String> m_stringPool;
|
| String m_string;
|
|
|