Title: [233433] trunk/Tools
Revision
233433
Author
[email protected]
Date
2018-07-02 13:54:55 -0700 (Mon, 02 Jul 2018)

Log Message

Unreviewed followup to:
Crash notifying observers of responsiveness state change

* TestWebKitAPI/Tests/WebKit/ResponsivenessTimerCrash.mm: Need the C-SPI for this test.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (233432 => 233433)


--- trunk/Tools/ChangeLog	2018-07-02 20:52:18 UTC (rev 233432)
+++ trunk/Tools/ChangeLog	2018-07-02 20:54:55 UTC (rev 233433)
@@ -1,6 +1,13 @@
 2018-07-02  Brady Eidson  <[email protected]>
 
+        Unreviewed followup to:
         Crash notifying observers of responsiveness state change
+
+        * TestWebKitAPI/Tests/WebKit/ResponsivenessTimerCrash.mm: Need the C-SPI for this test.
+
+2018-07-02  Brady Eidson  <[email protected]>
+
+        Crash notifying observers of responsiveness state change
         <rdar://problem/41267796> and https://bugs.webkit.org/show_bug.cgi?id=187262
 
         Reviewed by Tim Horton.

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/ResponsivenessTimerCrash.mm (233432 => 233433)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/ResponsivenessTimerCrash.mm	2018-07-02 20:52:18 UTC (rev 233432)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/ResponsivenessTimerCrash.mm	2018-07-02 20:54:55 UTC (rev 233433)
@@ -26,6 +26,7 @@
 #import "config.h"
 
 #if WK_API_ENABLED
+#if WK_HAVE_C_SPI
 
 #import "PlatformUtilities.h"
 #import "TestWKWebView.h"
@@ -85,4 +86,5 @@
 
 } // namespace TestWebKitAPI
 
+#endif // WK_HAVE_C_SPI
 #endif // WK_API_ENABLED
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to