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

Log Message

Build fix.

* platform/mac/HTMLConverter.mm:

Modified Paths

Diff

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


--- trunk/Source/WebCore/ChangeLog	2014-03-06 01:52:02 UTC (rev 165154)
+++ trunk/Source/WebCore/ChangeLog	2014-03-06 02:20:08 UTC (rev 165155)
@@ -1,5 +1,11 @@
 2014-03-05  Enrica Casucci  <[email protected]>
 
+        Build fix.
+
+        * platform/mac/HTMLConverter.mm:
+
+2014-03-05  Enrica Casucci  <[email protected]>
+
         Crash when copying content that contains <sup>.
         https://bugs.webkit.org/show_bug.cgi?id=129765
         <rdar://problem/16139498>

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


--- trunk/Source/WebCore/platform/mac/HTMLConverter.mm	2014-03-06 01:52:02 UTC (rev 165154)
+++ trunk/Source/WebCore/platform/mac/HTMLConverter.mm	2014-03-06 02:20:08 UTC (rev 165155)
@@ -157,12 +157,12 @@
 #define NSTextAlignmentRight        NSRightTextAlignment
 #define NSTextAlignmentCenter       NSCenterTextAlignment
 #define NSTextAlignmentJustified    NSJustifiedTextAlignment
-#endif
 
 // 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;
 using namespace HTMLNames;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to