Title: [260336] trunk/Tools
Revision
260336
Author
[email protected]
Date
2020-04-19 10:24:09 -0700 (Sun, 19 Apr 2020)

Log Message

REGRESSION (r260334): SpacebarScrolling.cpp (test in TestWebKitAPI) fails to compile because it includes an Objective-C header
https://bugs.webkit.org/show_bug.cgi?id=210723

Reviewed by Brady Eidson.

* TestWebKitAPI/Tests/WebKit/SpacebarScrolling.cpp: Instead of including
WKPreferencesPrivate.h, an Objective-C header, include WKPreferencesRefPrivate.h,
the header with the functions this test is trying to use.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (260335 => 260336)


--- trunk/Tools/ChangeLog	2020-04-19 13:46:15 UTC (rev 260335)
+++ trunk/Tools/ChangeLog	2020-04-19 17:24:09 UTC (rev 260336)
@@ -1,3 +1,14 @@
+2020-04-19  Darin Adler  <[email protected]>
+
+        REGRESSION (r260334): SpacebarScrolling.cpp (test in TestWebKitAPI) fails to compile because it includes an Objective-C header
+        https://bugs.webkit.org/show_bug.cgi?id=210723
+
+        Reviewed by Brady Eidson.
+
+        * TestWebKitAPI/Tests/WebKit/SpacebarScrolling.cpp: Instead of including
+        WKPreferencesPrivate.h, an Objective-C header, include WKPreferencesRefPrivate.h,
+        the header with the functions this test is trying to use.
+
 2020-04-18  Darin Adler  <[email protected]>
 
         Update header postprocessing version cutoff to keep Apple internal builds working

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/SpacebarScrolling.cpp (260335 => 260336)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/SpacebarScrolling.cpp	2020-04-19 13:46:15 UTC (rev 260335)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/SpacebarScrolling.cpp	2020-04-19 17:24:09 UTC (rev 260336)
@@ -30,8 +30,8 @@
 #include "_javascript_Test.h"
 #include "PlatformUtilities.h"
 #include "PlatformWebView.h"
+#include <WebKit/WKPreferencesRefPrivate.h>
 #include <WebKit/WKRetainPtr.h>
-#include <WebKit/WKPreferencesPrivate.h>
 
 namespace TestWebKitAPI {
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to