Title: [91838] trunk/Source/WebKit2
- Revision
- 91838
- Author
- caio.olive...@openbossa.org
- Date
- 2011-07-27 06:34:41 -0700 (Wed, 27 Jul 2011)
Log Message
Fix Qt (and possibly Gtk) WebKit2 build after addition of -webkit-pictograph
https://bugs.webkit.org/show_bug.cgi?id=65253
Reviewed by Andreas Kling.
The -webkit-pictograph generic family was added by bug 65197.
* Shared/WebPreferencesStore.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit2/ChangeLog (91837 => 91838)
--- trunk/Source/WebKit2/ChangeLog 2011-07-27 13:07:42 UTC (rev 91837)
+++ trunk/Source/WebKit2/ChangeLog 2011-07-27 13:34:41 UTC (rev 91838)
@@ -1,3 +1,14 @@
+2011-07-27 Caio Marcelo de Oliveira Filho <caio.olive...@openbossa.org>
+
+ Fix Qt (and possibly Gtk) WebKit2 build after addition of -webkit-pictograph
+ https://bugs.webkit.org/show_bug.cgi?id=65253
+
+ Reviewed by Andreas Kling.
+
+ The -webkit-pictograph generic family was added by bug 65197.
+
+ * Shared/WebPreferencesStore.h:
+
2011-07-27 Benjamin Poulain <benja...@webkit.org>
[Qt][WK2] Simplify the PageUIClient
Modified: trunk/Source/WebKit2/Shared/WebPreferencesStore.h (91837 => 91838)
--- trunk/Source/WebKit2/Shared/WebPreferencesStore.h 2011-07-27 13:07:42 UTC (rev 91837)
+++ trunk/Source/WebKit2/Shared/WebPreferencesStore.h 2011-07-27 13:34:41 UTC (rev 91838)
@@ -133,6 +133,7 @@
macro(FixedFontFamily, fixedFontFamily, String, String, "Courier New") \
macro(SansSerifFontFamily, sansSerifFontFamily, String, String, "Helvetica") \
macro(SerifFontFamily, serifFontFamily, String, String, "Times") \
+ macro(PictographFontFamily, pictographFontFamily, String, String, "Times") \
\
#endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes