| Index: Source/core/css/CSSFontFaceSource.cpp
|
| diff --git a/Source/core/css/CSSFontFaceSource.cpp b/Source/core/css/CSSFontFaceSource.cpp
|
| index b7cd589b1d7f00051b30bfa710501f7fed32c86a..e0a7cf4c86b34974e2094b4ee2285c1c247ed1ca 100644
|
| --- a/Source/core/css/CSSFontFaceSource.cpp
|
| +++ b/Source/core/css/CSSFontFaceSource.cpp
|
| @@ -55,6 +55,7 @@ PassRefPtr<SimpleFontData> CSSFontFaceSource::getFontData(const FontDescription&
|
| }
|
|
|
| // See if we have a mapping in our FontData cache.
|
| + // TODO(drott): Check whether losing traits information here is problematic. crbug.com/516677
|
| FontCacheKey key = fontDescription.cacheKey(FontFaceCreationParams());
|
|
|
| RefPtr<SimpleFontData>& fontData = m_fontDataTable.add(key.hash(), nullptr).storedValue->value;
|
|
|