Title: [265255] trunk/Source/WebKitLegacy/ios
Revision
265255
Author
da...@apple.com
Date
2020-08-04 12:24:44 -0700 (Tue, 04 Aug 2020)

Log Message

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

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

Modified Paths

Diff

Modified: trunk/Source/WebKitLegacy/ios/ChangeLog (265254 => 265255)


--- trunk/Source/WebKitLegacy/ios/ChangeLog	2020-08-04 19:06:47 UTC (rev 265254)
+++ trunk/Source/WebKitLegacy/ios/ChangeLog	2020-08-04 19:24:44 UTC (rev 265255)
@@ -1,3 +1,11 @@
+2020-08-04  Darin Adler  <da...@apple.com>
+
+        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-02  Darin Adler  <da...@apple.com>
 
         Remove some member functions of Range and many calls to createLiveRange

Modified: trunk/Source/WebKitLegacy/ios/WebCoreSupport/WebVisiblePosition.mm (265254 => 265255)


--- trunk/Source/WebKitLegacy/ios/WebCoreSupport/WebVisiblePosition.mm	2020-08-04 19:06:47 UTC (rev 265254)
+++ trunk/Source/WebKitLegacy/ios/WebCoreSupport/WebVisiblePosition.mm	2020-08-04 19:24:44 UTC (rev 265255)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to