| Index: Source/core/css/resolver/FontBuilder.cpp
|
| diff --git a/Source/core/css/resolver/FontBuilder.cpp b/Source/core/css/resolver/FontBuilder.cpp
|
| index 08f584156842d74115c03a1083ef2dd8fa461c41..ca198d97211601a5c786c68a4b91c27d1097b2fb 100644
|
| --- a/Source/core/css/resolver/FontBuilder.cpp
|
| +++ b/Source/core/css/resolver/FontBuilder.cpp
|
| @@ -130,7 +130,7 @@ void FontBuilder::setStretch(FontStretch fontStretch)
|
| m_fontDescription.setStretch(fontStretch);
|
| }
|
|
|
| -void FontBuilder::setScript(const String& locale)
|
| +void FontBuilder::setScript(const AtomicString& locale)
|
| {
|
| set(PropertySetFlag::Script);
|
|
|
|
|