Title: [183899] trunk/Source/WebCore
Revision
183899
Author
jon...@apple.com
Date
2015-05-06 16:42:45 -0700 (Wed, 06 May 2015)

Log Message

CoreTextSPI.h uses wrong version number to denote Yosemite
https://bugs.webkit.org/show_bug.cgi?id=144701

Reviewed by Dean Jackson.

* platform/spi/cocoa/CoreTextSPI.h: Should 101000 not 10100.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (183898 => 183899)


--- trunk/Source/WebCore/ChangeLog	2015-05-06 23:32:59 UTC (rev 183898)
+++ trunk/Source/WebCore/ChangeLog	2015-05-06 23:42:45 UTC (rev 183899)
@@ -1,5 +1,14 @@
 2015-05-06  Jon Lee  <jon...@apple.com>
 
+        CoreTextSPI.h uses wrong version number to denote Yosemite
+        https://bugs.webkit.org/show_bug.cgi?id=144701
+
+        Reviewed by Dean Jackson.
+
+        * platform/spi/cocoa/CoreTextSPI.h: Should 101000 not 10100.
+
+2015-05-06  Jon Lee  <jon...@apple.com>
+
         Expose more font weights for -apple-system
         https://bugs.webkit.org/show_bug.cgi?id=144707
 

Modified: trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h (183898 => 183899)


--- trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2015-05-06 23:32:59 UTC (rev 183898)
+++ trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2015-05-06 23:42:45 UTC (rev 183899)
@@ -91,7 +91,7 @@
 bool CTFontDescriptorIsSystemUIFont(CTFontDescriptorRef);
 CTFontRef CTFontCreateForCSS(CFStringRef name, uint16_t weight, CTFontSymbolicTraits, CGFloat size);
 
-#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 10100
+#if PLATFORM(IOS) || __MAC_OS_X_VERSION_MIN_REQUIRED >= 101000
 extern const CFStringRef kCTUIFontTextStyleShortHeadline;
 extern const CFStringRef kCTUIFontTextStyleShortBody;
 extern const CFStringRef kCTUIFontTextStyleShortSubhead;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to