Title: [222490] trunk/Source/WebKit
- Revision
- 222490
- Author
- [email protected]
- Date
- 2017-09-25 21:56:11 -0700 (Mon, 25 Sep 2017)
Log Message
[WinCairo] Share default value of font family preferences among non-cocoa builds
https://bugs.webkit.org/show_bug.cgi?id=177479
Patch by Yoshiaki Jitsukawa <[email protected]> on 2017-09-25
Reviewed by Yusuke Suzuki.
* Shared/WebPreferencesDefinitions.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (222489 => 222490)
--- trunk/Source/WebKit/ChangeLog 2017-09-26 04:19:22 UTC (rev 222489)
+++ trunk/Source/WebKit/ChangeLog 2017-09-26 04:56:11 UTC (rev 222490)
@@ -1,3 +1,12 @@
+2017-09-25 Yoshiaki Jitsukawa <[email protected]>
+
+ [WinCairo] Share default value of font family preferences among non-cocoa builds
+ https://bugs.webkit.org/show_bug.cgi?id=177479
+
+ Reviewed by Yusuke Suzuki.
+
+ * Shared/WebPreferencesDefinitions.h:
+
2017-09-25 Frederik Riedel <[email protected]>
Expose way to set values of classified form controls as {Legacy WebKit, WebKit} SPI
Modified: trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h (222489 => 222490)
--- trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h 2017-09-26 04:19:22 UTC (rev 222489)
+++ trunk/Source/WebKit/Shared/WebPreferencesDefinitions.h 2017-09-26 04:56:11 UTC (rev 222490)
@@ -409,7 +409,7 @@
macro(PictographFontFamily, pictographFontFamily, String, String, "Apple Color Emoji", "", "") \
\
-#elif PLATFORM(GTK) || PLATFORM(WPE)
+#else
#define FOR_EACH_WEBKIT_FONT_FAMILY_PREFERENCE(macro) \
macro(StandardFontFamily, standardFontFamily, String, String, "Times", "", "") \
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes