| Index: Source/core/css/CSSFontFace.h
|
| diff --git a/Source/core/css/CSSFontFace.h b/Source/core/css/CSSFontFace.h
|
| index 3fbbe86a9025e102574224c0c7b0cfc305bf14de..39ab613e646e976e2efaf04456ffb6dc12848c38 100644
|
| --- a/Source/core/css/CSSFontFace.h
|
| +++ b/Source/core/css/CSSFontFace.h
|
| @@ -112,6 +112,8 @@ private:
|
| void setLoadStatus(FontFace::LoadStatus);
|
|
|
| UnicodeRangeSet m_ranges;
|
| + // FIXME: Oilpan: Make m_segmentedFontFace a RawPtrWillBeMember when moving
|
| + // CSSFontFace to the heap.
|
| CSSSegmentedFontFace* m_segmentedFontFace;
|
| Deque<OwnPtr<CSSFontFaceSource> > m_sources;
|
| FontFace* m_fontFace;
|
|
|