Title: [283809] trunk/Source/WebKit
Revision
283809
Author
[email protected]
Date
2021-10-08 09:38:05 -0700 (Fri, 08 Oct 2021)

Log Message

REGRESSION(r283802): broke Apple ports
https://bugs.webkit.org/show_bug.cgi?id=231434

Unreviewed, revert changes to TextChecker.h that broke the iOS build.

Patch by Michael Catanzaro <[email protected]> on 2021-10-08

* UIProcess/TextChecker.h:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (283808 => 283809)


--- trunk/Source/WebKit/ChangeLog	2021-10-08 16:37:05 UTC (rev 283808)
+++ trunk/Source/WebKit/ChangeLog	2021-10-08 16:38:05 UTC (rev 283809)
@@ -1,3 +1,12 @@
+2021-10-08  Michael Catanzaro  <[email protected]>
+
+        REGRESSION(r283802): broke Apple ports
+        https://bugs.webkit.org/show_bug.cgi?id=231434
+
+        Unreviewed, revert changes to TextChecker.h that broke the iOS build.
+
+        * UIProcess/TextChecker.h:
+
 2021-10-08  Myles C. Maxfield  <[email protected]>
 
         [GPU Process] Unique RenderingResourceIdentifiers Part 3: Uniquify in wakeUpAndApplyDisplayList

Modified: trunk/Source/WebKit/UIProcess/TextChecker.h (283808 => 283809)


--- trunk/Source/WebKit/UIProcess/TextChecker.h	2021-10-08 16:37:05 UTC (rev 283808)
+++ trunk/Source/WebKit/UIProcess/TextChecker.h	2021-10-08 16:38:05 UTC (rev 283809)
@@ -28,7 +28,6 @@
 #include "TextCheckerCompletion.h"
 #include <WebCore/EditorClient.h>
 #include <WebCore/TextCheckerClient.h>
-#include <WebKit/WKDeclarationSpecifiers.h>
 
 namespace WebKit {
 
@@ -42,7 +41,7 @@
     static const TextCheckerState& state();
     static bool isContinuousSpellCheckingAllowed();
 
-    WK_EXPORT static bool setContinuousSpellCheckingEnabled(bool);
+    static bool setContinuousSpellCheckingEnabled(bool);
     static void setGrammarCheckingEnabled(bool);
     
     static void setTestingMode(bool);
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to