Title: [165156] trunk/Source/WebCore
Revision
165156
Author
[email protected]
Date
2014-03-05 18:23:07 -0800 (Wed, 05 Mar 2014)

Log Message

Build fix, take 2.

* platform/mac/HTMLConverter.mm:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (165155 => 165156)


--- trunk/Source/WebCore/ChangeLog	2014-03-06 02:20:08 UTC (rev 165155)
+++ trunk/Source/WebCore/ChangeLog	2014-03-06 02:23:07 UTC (rev 165156)
@@ -1,5 +1,11 @@
 2014-03-05  Enrica Casucci  <[email protected]>
 
+        Build fix, take 2.
+
+        * platform/mac/HTMLConverter.mm:
+
+2014-03-05  Enrica Casucci  <[email protected]>
+
         Build fix.
 
         * platform/mac/HTMLConverter.mm:

Modified: trunk/Source/WebCore/platform/mac/HTMLConverter.mm (165155 => 165156)


--- trunk/Source/WebCore/platform/mac/HTMLConverter.mm	2014-03-06 02:20:08 UTC (rev 165155)
+++ trunk/Source/WebCore/platform/mac/HTMLConverter.mm	2014-03-06 02:23:07 UTC (rev 165156)
@@ -138,6 +138,11 @@
 #define PlatformNSColorClass        getNSColorClass()
 #define PlatformFont                UIFont
 #define PlatformFontClass           getUIFontClass()
+
+// We don't softlink NSSuperscriptAttributeName because UIFoundation stopped exporting it.
+// This attribute is being deprecated at the API level, but internally UIFoundation
+// will continue to support it.
+static NSString *const NSSuperscriptAttributeName = @"NSSuperscript";
 #else
 
 #define PlatformNSShadow            NSShadow
@@ -157,11 +162,6 @@
 #define NSTextAlignmentRight        NSRightTextAlignment
 #define NSTextAlignmentCenter       NSCenterTextAlignment
 #define NSTextAlignmentJustified    NSJustifiedTextAlignment
-
-// We don't softlink NSSuperscriptAttributeName because UIFoundation stopped exporting it.
-// This attribute is being deprecated at the API level, but internally UIFoundation
-// will continue to support it.
-static NSString *const NSSuperscriptAttributeName = @"NSSuperscript";
 #endif
 
 using namespace WebCore;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to