Index: Source/core/css/resolver/FontBuilder.h |
diff --git a/Source/core/css/resolver/FontBuilder.h b/Source/core/css/resolver/FontBuilder.h |
index 8cc86846433b024cd0c90b2c10648c877f3edaec..a5aeb4ccaea3f2f52639cffa8d8e36e5ac9baebd 100644 |
--- a/Source/core/css/resolver/FontBuilder.h |
+++ b/Source/core/css/resolver/FontBuilder.h |
@@ -56,7 +56,7 @@ public: |
void setStretch(FontStretch); |
void setFamilyDescription(const FontDescription::FamilyDescription&); |
void setFeatureSettings(PassRefPtr<FontFeatureSettings>); |
- void setScript(const String& locale); |
+ void setScript(const AtomicString& locale); |
void setStyle(FontStyle); |
void setVariant(FontVariant); |
void setVariantLigatures(const FontDescription::VariantLigatures&); |