WebCore/platform/graphics/qt/SimpleFontDataQt.cpp fails to compile; because the signature of the containsCharacter() function in the base class (SimpleFontData.h) does not match the the function signature in the derived class.
Created attachment 26205 [details] Patch - fix Fix !
(In reply to comment #1) > Created an attachment (id=26205) [review] > Patch - fix > > Fix ! > The proposed fix reverses part of the change (1 line) that was made as part of Changeset 39207 - http://trac.webkit.org/changeset/39207/trunk/WebCore/platform/graphics/qt/SimpleFontDataQt.cpp Laszlo
Comment on attachment 26205 [details] Patch - fix > @@ -1,3 +1,14 @@ > +2008-12-22 Laszlo Gombos <laszlo.1.gombos@gmail.com> Any reason to not use the Nokia email address?
(In reply to comment #3) > (From update of attachment 26205 [details] [review]) > > > @@ -1,3 +1,14 @@ > > +2008-12-22 Laszlo Gombos <laszlo.1.gombos@gmail.com> > > Any reason to not use the Nokia email address? > Sorry, mistyped my e-mail. It should be laszlo.1.gombos@nokia.com Laszlo
Landed in r39530.