Title: [265467] branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios
Revision
265467
Author
[email protected]
Date
2020-08-10 16:47:47 -0700 (Mon, 10 Aug 2020)

Log Message

Cherry-pick r265255. rdar://problem/66644016

    Try to fix Catalyst build
    https://bugs.webkit.org/show_bug.cgi?id=215133
    rdar://66534119

    * WebCoreSupport/WebVisiblePosition.mm: Add include of SimpleRange.h.

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@265255 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios/ChangeLog (265466 => 265467)


--- branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios/ChangeLog	2020-08-10 23:47:45 UTC (rev 265466)
+++ branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios/ChangeLog	2020-08-10 23:47:47 UTC (rev 265467)
@@ -1,3 +1,23 @@
+2020-08-10  Alan Coon  <[email protected]>
+
+        Cherry-pick r265255. rdar://problem/66644016
+
+    Try to fix Catalyst build
+    https://bugs.webkit.org/show_bug.cgi?id=215133
+    rdar://66534119
+    
+    * WebCoreSupport/WebVisiblePosition.mm: Add include of SimpleRange.h.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@265255 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2020-08-04  Darin Adler  <[email protected]>
+
+            Try to fix Catalyst build
+            https://bugs.webkit.org/show_bug.cgi?id=215133
+            rdar://66534119
+
+            * WebCoreSupport/WebVisiblePosition.mm: Add include of SimpleRange.h.
+
 2020-08-01  Darin Adler  <[email protected]>
 
         Remove Range::create and many more uses of live ranges

Modified: branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios/WebCoreSupport/WebVisiblePosition.mm (265466 => 265467)


--- branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios/WebCoreSupport/WebVisiblePosition.mm	2020-08-10 23:47:45 UTC (rev 265466)
+++ branches/safari-610.1.25.10-branch/Source/WebKitLegacy/ios/WebCoreSupport/WebVisiblePosition.mm	2020-08-10 23:47:47 UTC (rev 265467)
@@ -38,6 +38,7 @@
 #import <WebCore/Range.h>
 #import <WebCore/RenderTextControl.h>
 #import <WebCore/RenderedDocumentMarker.h>
+#import <WebCore/SimpleRange.h>
 #import <WebCore/TextBoundaries.h>
 #import <WebCore/TextFlags.h>
 #import <WebCore/TextGranularity.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to