| Index: Source/platform/exported/linux/WebFontInfo.cpp
|
| diff --git a/Source/platform/exported/linux/WebFontInfo.cpp b/Source/platform/exported/linux/WebFontInfo.cpp
|
| index d3e548d2f341b62b50af6aac4e95ff9171f1ba82..0779259c615c0a58640a7f17009495bb805a2bb6 100644
|
| --- a/Source/platform/exported/linux/WebFontInfo.cpp
|
| +++ b/Source/platform/exported/linux/WebFontInfo.cpp
|
| @@ -255,7 +255,7 @@ private:
|
| // FIXME: This shouldn't need to be AtomicString, but
|
| // currently HashTraits<const char*> isn't smart enough
|
| // to hash the string (only does pointer compares).
|
| - typedef HashMap<AtomicString, OwnPtr<CachedFontSet> > LocaleToCachedFont;
|
| + typedef HashMap<AtomicString, OwnPtr<CachedFontSet>> LocaleToCachedFont;
|
| LocaleToCachedFont m_setsByLocale;
|
| };
|
|
|
|
|