OSDN Git Service

Merge "Fix (or partial fix) for 3355185, crash on broken-ideograph-small-caps.html...
authorRussell Brenner <russellbrenner@google.com>
Wed, 19 Jan 2011 18:04:09 +0000 (10:04 -0800)
committerAndroid (Google) Code Review <android-gerrit@google.com>
Wed, 19 Jan 2011 18:04:09 +0000 (10:04 -0800)
WebCore/platform/graphics/android/FontDataAndroid.cpp

index 535844e..36fb2e0 100644 (file)
@@ -70,7 +70,6 @@ void SimpleFontData::platformCharWidthInit()
 
 void SimpleFontData::platformDestroy()
 {
-    delete m_smallCapsFontData;
 }
 
 SimpleFontData* SimpleFontData::smallCapsFontData(const FontDescription& fontDescription) const