Title: [240068] branches/safari-607-branch/Tools
Revision
240068
Author
[email protected]
Date
2019-01-16 15:27:33 -0800 (Wed, 16 Jan 2019)

Log Message

Cherry-pick r239866. rdar://problem/47260326

    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:

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239866 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-607-branch/Tools/ChangeLog (240067 => 240068)


--- branches/safari-607-branch/Tools/ChangeLog	2019-01-16 23:27:31 UTC (rev 240067)
+++ branches/safari-607-branch/Tools/ChangeLog	2019-01-16 23:27:33 UTC (rev 240068)
@@ -1,5 +1,27 @@
 2019-01-15  Alan Coon  <[email protected]>
 
+        Cherry-pick r239866. rdar://problem/47260326
+
+    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:
+    
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@239866 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    2019-01-11  Timothy Hatcher  <[email protected]>
+
+            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-15  Alan Coon  <[email protected]>
+
         Cherry-pick r239851. rdar://problem/47260326
 
     Add WKBundlePage SPI to temporarily force light or dark appearance on a page.

Modified: branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm (240067 => 240068)


--- branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm	2019-01-16 23:27:31 UTC (rev 240067)
+++ branches/safari-607-branch/Tools/TestWebKitAPI/Tests/WebKit/mac/ForceLightAppearanceInBundle_Bundle.mm	2019-01-16 23:27:33 UTC (rev 240068)
@@ -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
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to