Index: Source/core/css/resolver/StyleResolver.h |
diff --git a/Source/core/css/resolver/StyleResolver.h b/Source/core/css/resolver/StyleResolver.h |
index 51a21ea71ccca0c2818a4acc2cd78c3d0e8235ac..e194b300d0d55e8b09c049d325bb9a2e0c2e6696 100644 |
--- a/Source/core/css/resolver/StyleResolver.h |
+++ b/Source/core/css/resolver/StyleResolver.h |
@@ -99,7 +99,7 @@ public: |
// Stores value=propertySet.getPropertyCSSValue(id).get(). |
CSSPropertyValue(CSSPropertyID, const StylePropertySet&); |
CSSPropertyID property; |
- CSSValue* value; |
+ RawPtrWillBeMember<CSSValue> value; |
}; |
// This class selects a RenderStyle for a given element based on a collection of stylesheets. |