Title: [260757] trunk/Source/WebKit
Revision
260757
Author
[email protected]
Date
2020-04-27 08:54:00 -0700 (Mon, 27 Apr 2020)

Log Message

        Fix ENABLE(PLATFORM_DRIVEN_TEXT_CHECKING) build

        * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h:
        Change "class AttributedString" to "struct AttributedString".

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (260756 => 260757)


--- trunk/Source/WebKit/ChangeLog	2020-04-27 15:44:26 UTC (rev 260756)
+++ trunk/Source/WebKit/ChangeLog	2020-04-27 15:54:00 UTC (rev 260757)
@@ -1,3 +1,10 @@
+2020-04-27  Darin Adler  <[email protected]>
+
+        Fix ENABLE(PLATFORM_DRIVEN_TEXT_CHECKING) build
+
+        * WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h:
+        Change "class AttributedString" to "struct AttributedString".
+
 2020-04-27  Philippe Normand  <[email protected]>
 
         [WPE] about:gpu page is incomplete

Modified: trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h (260756 => 260757)


--- trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h	2020-04-27 15:44:26 UTC (rev 260756)
+++ trunk/Source/WebKit/WebProcess/WebPage/Cocoa/TextCheckingControllerProxy.h	2020-04-27 15:54:00 UTC (rev 260757)
@@ -38,8 +38,8 @@
 }
 
 namespace WebCore {
-class AttributedString;
 class VisiblePosition;
+struct AttributedString;
 }
 
 namespace WebKit {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to