Title: [203407] trunk/Tools
Revision
203407
Author
[email protected]
Date
2016-07-19 07:33:16 -0700 (Tue, 19 Jul 2016)

Log Message

[win] Fixup the register name for STIX Math and Latin Modern Math

Unreviewed follow-up of r203406

Patch by Frederic Wang <[email protected]> on 2016-07-19

* Scripts/webkitdirs.pm:
(checkInstalledTools):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (203406 => 203407)


--- trunk/Tools/ChangeLog	2016-07-19 14:18:19 UTC (rev 203406)
+++ trunk/Tools/ChangeLog	2016-07-19 14:33:16 UTC (rev 203407)
@@ -1,5 +1,14 @@
 2016-07-19  Frederic Wang  <[email protected]>
 
+        [win] Fixup the register name for STIX Math and Latin Modern Math
+
+        Unreviewed follow-up of r203406
+
+        * Scripts/webkitdirs.pm:
+        (checkInstalledTools):
+
+2016-07-19  Frederic Wang  <[email protected]>
+
         [win] Update the list of MathML fonts
         https://bugs.webkit.org/show_bug.cgi?id=156838
 

Modified: trunk/Tools/Scripts/webkitdirs.pm (203406 => 203407)


--- trunk/Tools/Scripts/webkitdirs.pm	2016-07-19 14:18:19 UTC (rev 203406)
+++ trunk/Tools/Scripts/webkitdirs.pm	2016-07-19 14:33:16 UTC (rev 203407)
@@ -1590,7 +1590,7 @@
 
     # MathML requires fonts that may not ship with Windows.
     # Warn the user if they are missing.
-    my @fonts = ('Cambria & Cambria Math (TrueType)', 'LatinModernMath-Regular', 'STIXMath-Regular');
+    my @fonts = ('Cambria & Cambria Math (TrueType)', 'LatinModernMath-Regular (TrueType)', 'STIXMath-Regular (TrueType)');
     my @missing = ();
     foreach my $font (@fonts) {
         push @missing, $font if not fontExists($font);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to