| Index: Source/core/css/FontFaceSet.cpp
|
| diff --git a/Source/core/css/FontFaceSet.cpp b/Source/core/css/FontFaceSet.cpp
|
| index 54e200df8fa236f3ade575c88ff933195031d016..157996543d4e73c2c58355d9d531e786dd8a0e35 100644
|
| --- a/Source/core/css/FontFaceSet.cpp
|
| +++ b/Source/core/css/FontFaceSet.cpp
|
| @@ -476,7 +476,7 @@ bool FontFaceSet::resolveFontStyle(const String& fontString, Font& font)
|
| return false;
|
|
|
| // Interpret fontString in the same way as the 'font' attribute of CanvasRenderingContext2D.
|
| - RefPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
|
| + RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = MutableStylePropertySet::create();
|
| BisonCSSParser::parseValue(parsedStyle.get(), CSSPropertyFont, fontString, true, HTMLStandardMode, 0);
|
| if (parsedStyle->isEmpty())
|
| return false;
|
|
|