Index: third_party/WebKit/Source/core/css/CSSRule.h |
diff --git a/third_party/WebKit/Source/core/css/CSSRule.h b/third_party/WebKit/Source/core/css/CSSRule.h |
index 19607b295c35c41e4fe41bbb2cfe1d3e932d1190..6f97d9545ccb91b20122cebf51ca339086eb1eed 100644 |
--- a/third_party/WebKit/Source/core/css/CSSRule.h |
+++ b/third_party/WebKit/Source/core/css/CSSRule.h |
@@ -93,7 +93,7 @@ class CORE_EXPORT CSSRule : public GarbageCollectedFinalized<CSSRule>, |
m_hasCachedSelectorText = hasCachedSelectorText; |
} |
- const CSSParserContext& parserContext() const; |
+ const CSSParserContext* parserContext() const; |
private: |
mutable unsigned char m_hasCachedSelectorText : 1; |