Chromium Code Reviews| Index: third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
| diff --git a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
| index c89f2904467a8c50c04a217c051348e2dcf6c4ff..9cf74f8d8370110b78b679d2768cdbc59e22b53f 100644 |
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h |
| @@ -112,7 +112,7 @@ private: |
| // FIXME: Can we build StylePropertySets directly? |
| // FIXME: Investigate using a smaller inline buffer |
| HeapVector<CSSProperty, 256> m_parsedProperties; |
| - CSSParserContext m_context; |
| + const CSSParserContext& m_context; |
|
esprehn
2016/04/22 23:30:57
This only saved a tiny bit, but every copy counts.
|
| Member<StyleSheetContents> m_styleSheet; |