| Index: third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
|
| diff --git a/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp b/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
|
| index 0f5b54a73f303e88a803f73fdf90004617654cad..036c725f6671a6919a56f824b817b19ab72e77b0 100644
|
| --- a/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
|
| +++ b/third_party/WebKit/Source/platform/fonts/SegmentedFontData.cpp
|
| @@ -31,10 +31,6 @@
|
|
|
| namespace blink {
|
|
|
| -SegmentedFontData::~SegmentedFontData() {
|
| - GlyphPageTreeNode::pruneTreeCustomFontData(this);
|
| -}
|
| -
|
| const SimpleFontData* SegmentedFontData::fontDataForCharacter(UChar32 c) const {
|
| auto end = m_faces.end();
|
| for (auto it = m_faces.begin(); it != end; ++it) {
|
|
|