| Index: third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| index ff2c27b3fc1f4f897023b76ddb28ad8d9d42ab1b..ed691d72e45c0dbf0c854f036bf776f33cba91e0 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| +++ b/third_party/WebKit/Source/platform/fonts/SimpleFontData.h
|
| @@ -182,7 +182,6 @@ private:
|
| mutable OwnPtr<DerivedFontData> m_derivedFontData;
|
|
|
| RefPtr<CustomFontData> m_customFontData;
|
| - mutable OwnPtr<HashMap<String, bool>> m_combiningCharacterSequenceSupport;
|
| };
|
|
|
| ALWAYS_INLINE FloatRect SimpleFontData::boundsForGlyph(Glyph glyph) const
|
|
|