Index: third_party/WebKit/WebCore/platform/graphics/wx/SimpleFontDataWx.cpp |
=================================================================== |
--- third_party/WebKit/WebCore/platform/graphics/wx/SimpleFontDataWx.cpp (revision 9391) |
+++ third_party/WebKit/WebCore/platform/graphics/wx/SimpleFontDataWx.cpp (working copy) |
@@ -60,6 +60,7 @@ |
void SimpleFontData::platformDestroy() |
{ |
delete m_smallCapsFontData; |
+ m_smallCapsFontData = 0; |
} |
SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const |