| Index: third_party/WebKit/Source/core/css/CSSVariableData.h
|
| diff --git a/third_party/WebKit/Source/core/css/CSSVariableData.h b/third_party/WebKit/Source/core/css/CSSVariableData.h
|
| index 1de3837aefeb6ef8891b4eeafca2a2c766092dcd..b7b669f49d11bd0490266d057bfe8c0b0f6d3558 100644
|
| --- a/third_party/WebKit/Source/core/css/CSSVariableData.h
|
| +++ b/third_party/WebKit/Source/core/css/CSSVariableData.h
|
| @@ -62,7 +62,7 @@ private:
|
|
|
| // Parsed representation for @apply
|
| bool m_cachedPropertySet;
|
| - RefPtrWillBePersistent<StylePropertySet> m_propertySet;
|
| + Persistent<StylePropertySet> m_propertySet;
|
| };
|
|
|
| } // namespace blink
|
|
|