| 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 2f88a081318ee0abd5138ce55cab1347ced46401..3d8fbea9ef731be7f10482cb7873dc867638ea56 100644
|
| --- a/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| +++ b/third_party/WebKit/Source/core/css/parser/CSSParserImpl.h
|
| @@ -113,7 +113,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;
|
|
|
| Member<StyleSheetContents> m_styleSheet;
|
|
|
|
|