| Index: Source/core/css/resolver/FontBuilder.cpp
|
| diff --git a/Source/core/css/resolver/FontBuilder.cpp b/Source/core/css/resolver/FontBuilder.cpp
|
| index 115419690518dec1c0df56a131d0f964fc643a2f..5073434aebd57e09ca82051a90284025e2c27ba4 100644
|
| --- a/Source/core/css/resolver/FontBuilder.cpp
|
| +++ b/Source/core/css/resolver/FontBuilder.cpp
|
| @@ -179,7 +179,7 @@ void FontBuilder::setFontFamilyValue(CSSValue* value, float effectiveZoom)
|
| AtomicString face;
|
| Settings* settings = m_document->settings();
|
| if (contentValue->isString()) {
|
| - face = contentValue->getStringValue();
|
| + face = AtomicString(contentValue->getStringValue());
|
| } else if (settings) {
|
| switch (contentValue->getValueID()) {
|
| case CSSValueWebkitBody:
|
|
|