Index: Source/platform/exported/linux/WebFontInfo.cpp |
diff --git a/Source/platform/exported/linux/WebFontInfo.cpp b/Source/platform/exported/linux/WebFontInfo.cpp |
index 70c3c330dde033402b59212dbde86c71a99177ce..d3e548d2f341b62b50af6aac4e95ff9171f1ba82 100644 |
--- a/Source/platform/exported/linux/WebFontInfo.cpp |
+++ b/Source/platform/exported/linux/WebFontInfo.cpp |
@@ -232,7 +232,7 @@ public: |
WebFallbackFont fallbackFontForCharInLocale(WebUChar32 c, const char* locale) |
{ |
- DEFINE_STATIC_LOCAL(AtomicString, kNoLocale, ("NO_LOCALE_SPECIFIED")); |
+ DEFINE_STATIC_LOCAL(AtomicString, kNoLocale, ("NO_LOCALE_SPECIFIED", AtomicString::ConstructFromLiteral)); |
AtomicString localeKey; |
if (locale && strlen(locale)) { |
localeKey = AtomicString(locale); |