| Index: Source/core/editing/EditingStyle.cpp
|
| diff --git a/Source/core/editing/EditingStyle.cpp b/Source/core/editing/EditingStyle.cpp
|
| index dfcc2107779914c7041a172532d3b59111f682ca..21b1c93b6bf6f94809dc443962bb7ed101a9863d 100644
|
| --- a/Source/core/editing/EditingStyle.cpp
|
| +++ b/Source/core/editing/EditingStyle.cpp
|
| @@ -1228,7 +1228,7 @@ void EditingStyle::removePropertiesInElementDefaultStyle(Element* element)
|
| if (!m_mutableStyle || m_mutableStyle->isEmpty())
|
| return;
|
|
|
| - RefPtr<StylePropertySet> defaultStyle = styleFromMatchedRulesForElement(element, StyleResolver::UAAndUserCSSRules);
|
| + RefPtrWillBeRawPtr<StylePropertySet> defaultStyle = styleFromMatchedRulesForElement(element, StyleResolver::UAAndUserCSSRules);
|
|
|
| removePropertiesInStyle(m_mutableStyle.get(), defaultStyle.get());
|
| }
|
|
|