Title: [186089] trunk/Source/WebCore
Revision
186089
Author
timothy_hor...@apple.com
Date
2015-06-29 15:35:36 -0700 (Mon, 29 Jun 2015)

Log Message

Fix the build.

* platform/spi/cocoa/NSAttributedStringSPI.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (186088 => 186089)


--- trunk/Source/WebCore/ChangeLog	2015-06-29 22:07:11 UTC (rev 186088)
+++ trunk/Source/WebCore/ChangeLog	2015-06-29 22:35:36 UTC (rev 186089)
@@ -1,3 +1,9 @@
+2015-06-29  Tim Horton  <timothy_hor...@apple.com>
+
+        Fix the build.
+
+        * platform/spi/cocoa/NSAttributedStringSPI.h:
+
 2015-06-27  Ryosuke Niwa  <rn...@webkit.org>
 
         Font panel doesn't get updated when bolding text via cmd+b in Mail on OS X

Modified: trunk/Source/WebCore/platform/spi/cocoa/NSAttributedStringSPI.h (186088 => 186089)


--- trunk/Source/WebCore/platform/spi/cocoa/NSAttributedStringSPI.h	2015-06-29 22:07:11 UTC (rev 186088)
+++ trunk/Source/WebCore/platform/spi/cocoa/NSAttributedStringSPI.h	2015-06-29 22:35:36 UTC (rev 186089)
@@ -47,6 +47,8 @@
 
 SOFT_LINK_PRIVATE_FRAMEWORK(UIFoundation)
 
+SOFT_LINK_CONSTANT(UIFoundation, NSFontAttributeName, NSString *)
+#define NSFontAttributeName getNSFontAttributeName()
 SOFT_LINK_CONSTANT(UIFoundation, NSUnderlineStyleAttributeName, NSString *)
 #define NSUnderlineStyleAttributeName getNSUnderlineStyleAttributeName()
 SOFT_LINK_CONSTANT(UIFoundation, NSStrikethroughStyleAttributeName, NSString *)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to