Title: [265127] trunk/Source/WebKit
Revision
265127
Author
ryanhad...@apple.com
Date
2020-07-30 20:18:12 -0700 (Thu, 30 Jul 2020)

Log Message

Unreviewed second attempt to fix Catalyst build after r265084.

* WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (265126 => 265127)


--- trunk/Source/WebKit/ChangeLog	2020-07-31 02:05:36 UTC (rev 265126)
+++ trunk/Source/WebKit/ChangeLog	2020-07-31 03:18:12 UTC (rev 265127)
@@ -1,3 +1,9 @@
+2020-07-30  Ryan Haddad  <ryanhad...@apple.com>
+
+        Unreviewed second attempt to fix Catalyst build after r265084.
+
+        * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm:
+
 2020-07-30  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [iPadOS] Two taps are required to choose a country/region when creating an account on ea.com

Modified: trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm (265126 => 265127)


--- trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm	2020-07-31 02:05:36 UTC (rev 265126)
+++ trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm	2020-07-31 03:18:12 UTC (rev 265127)
@@ -39,6 +39,7 @@
 #import <WebCore/Editing.h>
 #import <WebCore/Editor.h>
 #import <WebCore/FocusController.h>
+#import <WebCore/Range.h>
 #import <WebCore/RenderObject.h>
 #import <WebCore/RenderedDocumentMarker.h>
 #import <WebCore/TextIterator.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to