Title: [239866] trunk/Tools
Revision
239866
Author
timo...@apple.com
Date
2019-01-11 12:37:48 -0800 (Fri, 11 Jan 2019)

Log Message

Unreviewed, fix #ifdef in API test added in r239851.
https://bugs.webkit.org/show_bug.cgi?id=193327
rdar://problem/47093222


* TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (239865 => 239866)


--- trunk/Tools/ChangeLog	2019-01-11 20:21:08 UTC (rev 239865)
+++ trunk/Tools/ChangeLog	2019-01-11 20:37:48 UTC (rev 239866)
@@ -1,3 +1,11 @@
+2019-01-11  Timothy Hatcher  <timo...@apple.com>
+
+        Unreviewed, fix #ifdef in API test added in r239851.
+        https://bugs.webkit.org/show_bug.cgi?id=193327
+        rdar://problem/47093222
+
+        * TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm:
+
 2019-01-11  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Introduce IDL files for runtime-enabled UndoManager and UndoItem _javascript_ API

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm (239865 => 239866)


--- trunk/Tools/TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm	2019-01-11 20:21:08 UTC (rev 239865)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm	2019-01-11 20:37:48 UTC (rev 239866)
@@ -25,7 +25,7 @@
 
 #include "config.h"
 
-#if ENABLE(DARK_MODE_CSS) && WK_HAVE_C_SPI
+#if WK_HAVE_C_SPI
 
 #include "InjectedBundleTest.h"
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to