| Index: Source/platform/fonts/FontDataCache.h
|
| diff --git a/Source/platform/fonts/FontDataCache.h b/Source/platform/fonts/FontDataCache.h
|
| index e23669c8492089bcf09a4f6f21ca8e4f3a17d60b..711a475c3b1f1c3250f53b552b7782483315fc03 100644
|
| --- a/Source/platform/fonts/FontDataCache.h
|
| +++ b/Source/platform/fonts/FontDataCache.h
|
| @@ -91,7 +91,7 @@ private:
|
|
|
| typedef HashMap<FontPlatformData, pair<RefPtr<SimpleFontData>, unsigned>, FontDataCacheKeyHash, FontDataCacheKeyTraits> Cache;
|
| Cache m_cache;
|
| - ListHashSet<RefPtr<SimpleFontData> > m_inactiveFontData;
|
| + ListHashSet<RefPtr<SimpleFontData>> m_inactiveFontData;
|
| };
|
|
|
| } // namespace blink
|
|
|