Title: [260768] trunk/Source/WebKit
- Revision
- 260768
- Author
- [email protected]
- Date
- 2020-04-27 11:16:33 -0700 (Mon, 27 Apr 2020)
Log Message
Unreviewed MacCatalyst build fix after r260739.
* UIProcess/Cocoa/TextCheckingController.mm:
(WebKit::TextCheckingController::replaceRelativeToSelection):
* WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (260767 => 260768)
--- trunk/Source/WebKit/ChangeLog 2020-04-27 17:57:54 UTC (rev 260767)
+++ trunk/Source/WebKit/ChangeLog 2020-04-27 18:16:33 UTC (rev 260768)
@@ -1,3 +1,11 @@
+2020-04-27 Brent Fulgham <[email protected]>
+
+ Unreviewed MacCatalyst build fix after r260739.
+
+ * UIProcess/Cocoa/TextCheckingController.mm:
+ (WebKit::TextCheckingController::replaceRelativeToSelection):
+ * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm:
+
2020-04-27 Darin Adler <[email protected]>
Another try at fixing the ENABLE(PLATFORM_DRIVEN_TEXT_CHECKING) build
Modified: trunk/Source/WebKit/UIProcess/Cocoa/TextCheckingController.mm (260767 => 260768)
--- trunk/Source/WebKit/UIProcess/Cocoa/TextCheckingController.mm 2020-04-27 17:57:54 UTC (rev 260767)
+++ trunk/Source/WebKit/UIProcess/Cocoa/TextCheckingController.mm 2020-04-27 18:16:33 UTC (rev 260768)
@@ -30,6 +30,7 @@
#import "TextCheckingControllerProxyMessages.h"
#import "WebProcessProxy.h"
+#import <WebCore/AttributedString.h>
namespace WebKit {
Modified: trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm (260767 => 260768)
--- trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm 2020-04-27 17:57:54 UTC (rev 260767)
+++ trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.mm 2020-04-27 18:16:33 UTC (rev 260768)
@@ -33,6 +33,7 @@
#import "WebCoreArgumentCoders.h"
#import "WebPage.h"
#import "WebProcess.h"
+#import <WebCore/AttributedString.h>
#import <WebCore/DocumentMarker.h>
#import <WebCore/DocumentMarkerController.h>
#import <WebCore/Editing.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes