[Qt][WK2] default families are not set in QWebPreferences
Created attachment 133288 [details] Patch
Comment on attachment 133288 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133288&action=review > Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:101 > +void QWebPreferencesPrivate::initFontDefaults() WebKit usually usees initialize and not init > Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:124 > + setFontFamily(FixedFont, defaultFont.defaultFamily()); > + > +} unneeded newline!
Comment on attachment 133288 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=133288&action=review >> Source/WebKit2/UIProcess/API/qt/qwebpreferences.cpp:101 >> +void QWebPreferencesPrivate::initFontDefaults() > > WebKit usually usees initialize and not init Also doesn DefaultFonts make more sense than FontDefaults?
Committed r112116: <http://trac.webkit.org/changeset/112116>
Reopening to attach new patch.
Created attachment 133849 [details] Patch This patch has broken qt bots. This is the build fix, please land this ASAP.
Landed in r112132