diff -r e1bea15f9a39 -r 79859ed3eea9 webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h --- a/webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h Thu Aug 19 10:58:56 2010 +0300 +++ b/webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h Tue Aug 31 16:17:46 2010 +0300 @@ -21,8 +21,6 @@ #include -// FORWARD DECLARATIONS -class CFont; namespace WebCore { class Frame; @@ -36,7 +34,6 @@ virtual void clear() = 0; virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0; virtual ~MFormFillPopup() {} - virtual void setFont(CFont* font) {} }; #endif //!__FORMFILLPOPUP_H__