Title: [253564] trunk/Tools
Revision
253564
Author
pvol...@apple.com
Date
2019-12-16 10:39:10 -0800 (Mon, 16 Dec 2019)

Log Message

Unreviewed build fix for tvOS after r253440.

* TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (253563 => 253564)


--- trunk/Tools/ChangeLog	2019-12-16 18:29:25 UTC (rev 253563)
+++ trunk/Tools/ChangeLog	2019-12-16 18:39:10 UTC (rev 253564)
@@ -1,3 +1,9 @@
+2019-12-16  Per Arne Vollan  <pvol...@apple.com>
+
+        Unreviewed build fix for tvOS after r253440.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm:
+
 2019-12-16  youenn fablet  <you...@apple.com>
 
         Consider top-level context whose origin is unique as insecure

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm (253563 => 253564)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm	2019-12-16 18:29:25 UTC (rev 253563)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/ContentFiltering.mm	2019-12-16 18:39:10 UTC (rev 253564)
@@ -25,6 +25,8 @@
 
 #import "config.h"
 
+#if ENABLE(CONTENT_FILTERING)
+
 #import "ContentFiltering.h"
 #import "MockContentFilterSettings.h"
 #import "PlatformUtilities.h"
@@ -452,3 +454,5 @@
 #endif
     }
 }
+
+#endif // ENABLE(CONTENT_FILTERING)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to