| Index: Source/core/css/resolver/StyleBuilderCustom.h
|
| diff --git a/Source/core/css/resolver/StyleBuilderCustom.h b/Source/core/css/resolver/StyleBuilderCustom.h
|
| index 3887623dd7b7bf9ce13fa958004f8c8885b59b20..1729604df51d735cbd9de52b63360a1f1059640d 100644
|
| --- a/Source/core/css/resolver/StyleBuilderCustom.h
|
| +++ b/Source/core/css/resolver/StyleBuilderCustom.h
|
| @@ -96,7 +96,7 @@ AtomicString StyleBuilderConverter::convertString(StyleResolverState&, CSSValue*
|
| CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(value);
|
| if (primitiveValue->getValueID() == IdForNone)
|
| return nullAtom;
|
| - return primitiveValue->getStringValue();
|
| + return AtomicString(primitiveValue->getStringValue());
|
| }
|
|
|
| } // namespace WebCore
|
|
|