Changeset 112132 in webkit


Ignore:
Timestamp:
Mar 26, 2012 11:39:08 AM (12 years ago)
Author:
vestbo@webkit.org
Message:

[Qt][WK2] default families are not set in QWebPreferences
https://bugs.webkit.org/show_bug.cgi?id=81933

This is a build-fix after r112116.

Patch by Rafael Brandao <rafael.lobo@openbossa.org> on 2012-03-26
Reviewed by Tor Arne Vestbø.

  • UIProcess/API/qt/qwebpreferences_p_p.h:
Location:
trunk/Source/WebKit2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r112116 r112132  
     12012-03-26  Rafael Brandao  <rafael.lobo@openbossa.org>
     2
     3        [Qt][WK2] default families are not set in QWebPreferences
     4        https://bugs.webkit.org/show_bug.cgi?id=81933
     5
     6        This is a build-fix after r112116.
     7
     8        Reviewed by Tor Arne Vestbø.
     9
     10        * UIProcess/API/qt/qwebpreferences_p_p.h:
     11
    1122012-03-26  Pierre Rossi  <pierre.rossi@nokia.com>
    213
  • trunk/Source/WebKit2/UIProcess/API/qt/qwebpreferences_p_p.h

    r112116 r112132  
    6060    bool testAttribute(WebAttribute attr) const;
    6161
    62     void initFontDefaults();
     62    void initializeDefaultFontSettings();
    6363    void setFontFamily(FontFamily which, const QString& family);
    6464    QString fontFamily(FontFamily which) const;
Note: See TracChangeset for help on using the changeset viewer.