Title: [112132] trunk/Source/WebKit2
Revision
112132
Author
[email protected]
Date
2012-03-26 11:39:08 -0700 (Mon, 26 Mar 2012)

Log 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 <[email protected]> on 2012-03-26
Reviewed by Tor Arne Vestbø.

* UIProcess/API/qt/qwebpreferences_p_p.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit2/ChangeLog (112131 => 112132)


--- trunk/Source/WebKit2/ChangeLog	2012-03-26 18:26:54 UTC (rev 112131)
+++ trunk/Source/WebKit2/ChangeLog	2012-03-26 18:39:08 UTC (rev 112132)
@@ -1,3 +1,14 @@
+2012-03-26  Rafael Brandao  <[email protected]>
+
+        [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.
+
+        Reviewed by Tor Arne Vestbø.
+
+        * UIProcess/API/qt/qwebpreferences_p_p.h:
+
 2012-03-26  Pierre Rossi  <[email protected]>
 
         [Qt][WK2] default families are not set in QWebPreferences

Modified: trunk/Source/WebKit2/UIProcess/API/qt/qwebpreferences_p_p.h (112131 => 112132)


--- trunk/Source/WebKit2/UIProcess/API/qt/qwebpreferences_p_p.h	2012-03-26 18:26:54 UTC (rev 112131)
+++ trunk/Source/WebKit2/UIProcess/API/qt/qwebpreferences_p_p.h	2012-03-26 18:39:08 UTC (rev 112132)
@@ -59,7 +59,7 @@
     void setAttribute(WebAttribute attr, bool enable);
     bool testAttribute(WebAttribute attr) const;
 
-    void initFontDefaults();
+    void initializeDefaultFontSettings();
     void setFontFamily(FontFamily which, const QString& family);
     QString fontFamily(FontFamily which) const;
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to