webengine/osswebengine/WebCore/platform/symbian/FormFillController.cpp
changeset 10 a359256acfc6
parent 0 dd21522fd290
child 35 1f3c3f2f5b0a
--- a/webengine/osswebengine/WebCore/platform/symbian/FormFillController.cpp	Fri Jul 03 15:54:40 2009 +0100
+++ b/webengine/osswebengine/WebCore/platform/symbian/FormFillController.cpp	Thu Aug 27 07:44:59 2009 +0300
@@ -80,8 +80,7 @@
             // system font to be used by popup
 
             float newFont = 12.0f * zoomFactor /100.0f;
-            int textSize = 2;
-            FontPlatformData* font = FontCache::getDeviceDefaultFont(textSize*newFont);
+            FontPlatformData* font = FontCache::getDeviceDefaultFont(newFont);
             m_popup = m_callback->createFormFillPopup(font->Font());
         }
         if (!m_popup) {