Add FontItalics and FontSmallCaps enums to be used instead of boolean values.
Created attachment 90501 [details] Patch
Attachment 90501 [details] did not build on chromium: Build output: http://queues.webkit.org/results/8494028
Comment on attachment 90501 [details] Patch I'm surprised there are no callers of italic() or smallCaps()?
(In reply to comment #3) > (From update of attachment 90501 [details]) > I'm surprised there are no callers of italic() or smallCaps()? There are two cases: 1) the form if(x->italic()), which has the same behavior since the *Off enum values are defined to be zero. 2) the form x->setItalic(y->italic), which is also covered by this CL.
Created attachment 90642 [details] Patch
Comment on attachment 90642 [details] Patch Clearing flags on attachment: 90642 Committed r84609: <http://trac.webkit.org/changeset/84609>
All reviewed patches have been landed. Closing bug.
http://trac.webkit.org/changeset/84609 might have broken WinCairo Debug (Build)