Title: [170449] trunk/Source/WebCore
Revision
170449
Author
enr...@apple.com
Date
2014-06-25 17:33:07 -0700 (Wed, 25 Jun 2014)

Log Message

iOS build fix after http://trac.webkit.org/changeset/170447.
Unreviewed.

* editing/mac/TextUndoInsertionMarkup.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (170448 => 170449)


--- trunk/Source/WebCore/ChangeLog	2014-06-25 23:58:13 UTC (rev 170448)
+++ trunk/Source/WebCore/ChangeLog	2014-06-26 00:33:07 UTC (rev 170449)
@@ -1,3 +1,10 @@
+2014-06-25  Enrica Casucci  <enr...@apple.com>
+
+        iOS build fix after http://trac.webkit.org/changeset/170447.
+        Unreviewed.
+
+        * editing/mac/TextUndoInsertionMarkup.h:
+
 2014-06-25  Chris Fleizach  <cfleiz...@apple.com>
 
         Add an undo group for each dictated utterance in WebKit

Modified: trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkup.h (170448 => 170449)


--- trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkup.h	2014-06-25 23:58:13 UTC (rev 170448)
+++ trunk/Source/WebCore/editing/mac/TextUndoInsertionMarkup.h	2014-06-26 00:33:07 UTC (rev 170449)
@@ -26,8 +26,10 @@
 #ifndef TextUndoInsertionMarkup_h
 #define TextUndoInsertionMarkup_h
 
+#if !PLATFORM(IOS)
 #if __MAC_OS_X_VERSION_MIN_REQUIRED >= 10100
 #define WTF_USE_INSERTION_UNDO_GROUPING 1
 #endif // __MAC_OS_X_VERSION_MIN_REQUIRED >= 10100
+#endif
 
 #endif
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to