Title: [258273] trunk/Source/WebKit
Revision
258273
Author
timothy_hor...@apple.com
Date
2020-03-11 12:50:41 -0700 (Wed, 11 Mar 2020)

Log Message

Fix the macCatalyst build after r258250

* WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (258272 => 258273)


--- trunk/Source/WebKit/ChangeLog	2020-03-11 19:34:01 UTC (rev 258272)
+++ trunk/Source/WebKit/ChangeLog	2020-03-11 19:50:41 UTC (rev 258273)
@@ -1,3 +1,9 @@
+2020-03-11  Timothy Horton  <timothy_hor...@apple.com>
+
+        Fix the macCatalyst build after r258250
+
+        * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm:
+
 2020-03-11  Chris Dumez  <cdu...@apple.com>
 
         Assertion hit under WebPageProxy::suspendCurrentPageIfPossible() when bypassing certificate warning page

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


--- trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm	2020-03-11 19:34:01 UTC (rev 258272)
+++ trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm	2020-03-11 19:50:41 UTC (rev 258273)
@@ -40,6 +40,7 @@
 #import <WebCore/FocusController.h>
 #import <WebCore/RenderObject.h>
 #import <WebCore/RenderedDocumentMarker.h>
+#import <WebCore/SimpleRange.h>
 #import <WebCore/TextIterator.h>
 #import <WebCore/VisibleUnits.h>
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to