webengine/osswebengine/WebCore/platform/symbian/FontDataSymbian.cpp
changeset 5 10e98eab6f85
parent 0 dd21522fd290
child 44 800203832575
--- a/webengine/osswebengine/WebCore/platform/symbian/FontDataSymbian.cpp	Fri May 08 08:25:06 2009 +0300
+++ b/webengine/osswebengine/WebCore/platform/symbian/FontDataSymbian.cpp	Fri Jul 03 15:54:40 2009 +0100
@@ -56,7 +56,8 @@
 
 void FontData::platformDestroy()
 {
-    StaticObjectsContainer::instance()->fontCache()->ReleaseFont( m_font.Font() );
+    // Do Nothing. m_font is owned by the Font Cache 
+    // and maybe shared with other FontData instances
 }
 
 FontData* FontData::smallCapsFontData(const FontDescription& fontDescription) const