| Index: Source/core/css/parser/CSSPropertyParser.h
|
| diff --git a/Source/core/css/parser/CSSPropertyParser.h b/Source/core/css/parser/CSSPropertyParser.h
|
| index f2bfb62d912ee9ac9d48a6219961796ede3f34c3..76ac371599cb7227d13f22d49ef250118bf77b6e 100644
|
| --- a/Source/core/css/parser/CSSPropertyParser.h
|
| +++ b/Source/core/css/parser/CSSPropertyParser.h
|
| @@ -382,7 +382,7 @@ private:
|
| int m_inParseShorthand;
|
| CSSPropertyID m_currentShorthand;
|
| bool m_implicitShorthand;
|
| - RefPtrWillBeRawPtr<CSSCalcValue> m_parsedCalculation;
|
| + RefPtrWillBeMember<CSSCalcValue> m_parsedCalculation;
|
|
|
| // FIXME: There is probably a small set of APIs we could expose for these
|
| // classes w/o needing to make them friends.
|
|
|