webengine/osswebengine/WebCore/platform/symbian/StreamingTextCodecSymbian.cpp
changeset 13 10e98eab6f85
parent 0 dd21522fd290
child 68 92a765b5b3e7
equal deleted inserted replaced
8:7c90e6132015 13:10e98eab6f85
   252     // otherwise fall back to iso88591
   252     // otherwise fall back to iso88591
   253     m_encoding = KCharacterSetIdentifierIso88591;
   253     m_encoding = KCharacterSetIdentifierIso88591;
   254 }
   254 }
   255 
   255 
   256 
   256 
       
   257 void TextCodecSymbian::deleteStatAvailCharsets()
       
   258 {
       
   259     delete s_availableCharsets;
       
   260     s_availableCharsets = 0;
       
   261 }
       
   262 
   257 }
   263 }
   258 
   264 
   259 // END OF FILE
   265 // END OF FILE