Title: [188009] trunk/Source/WebCore
Revision
188009
Author
mmaxfi...@apple.com
Date
2015-08-05 17:02:55 -0700 (Wed, 05 Aug 2015)

Log Message

Delete duplicate forward-declaration
https://bugs.webkit.org/show_bug.cgi?id=147701

Reviewed by Simon Fraser.

No new tests because there is no behavior change.

* platform/spi/cocoa/CoreTextSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (188008 => 188009)


--- trunk/Source/WebCore/ChangeLog	2015-08-05 23:58:40 UTC (rev 188008)
+++ trunk/Source/WebCore/ChangeLog	2015-08-06 00:02:55 UTC (rev 188009)
@@ -1,3 +1,14 @@
+2015-08-05  Myles C. Maxfield  <mmaxfi...@apple.com>
+
+        Delete duplicate forward-declaration
+        https://bugs.webkit.org/show_bug.cgi?id=147701
+
+        Reviewed by Simon Fraser.
+
+        No new tests because there is no behavior change.
+
+        * platform/spi/cocoa/CoreTextSPI.h:
+
 2015-08-05  Anders Carlsson  <ander...@apple.com>
 
         Move the last DatabaseBackendBase functions over to Database

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


--- trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2015-08-05 23:58:40 UTC (rev 188008)
+++ trunk/Source/WebCore/platform/spi/cocoa/CoreTextSPI.h	2015-08-06 00:02:55 UTC (rev 188009)
@@ -121,7 +121,6 @@
 CTFontRef CTFontCreatePhysicalFontForCharactersWithLanguage(CTFontRef, const UTF16Char* characters, CFIndex length, CFStringRef language, CFIndex* coveredLength);
 bool CTFontIsAppleColorEmoji(CTFontRef);
 bool CTFontDescriptorIsSystemUIFont(CTFontDescriptorRef);
-CTFontRef CTFontCreateForCSS(CFStringRef name, uint16_t weight, CTFontSymbolicTraits, CGFloat size);
 CTFontRef CTFontCreateForCharacters(CTFontRef currentFont, const UTF16Char *characters, CFIndex length, CFIndex *coveredLength);
 
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to