Title: [260271] trunk/Source/WebCore
Revision
260271
Author
[email protected]
Date
2020-04-17 12:10:49 -0700 (Fri, 17 Apr 2020)

Log Message

Unreviewed build fix.

* platform/cocoa/AGXCompilerService.cpp:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (260270 => 260271)


--- trunk/Source/WebCore/ChangeLog	2020-04-17 18:55:37 UTC (rev 260270)
+++ trunk/Source/WebCore/ChangeLog	2020-04-17 19:10:49 UTC (rev 260271)
@@ -1,3 +1,9 @@
+2020-04-17  Per Arne Vollan  <[email protected]>
+
+        Unreviewed build fix.
+
+        * platform/cocoa/AGXCompilerService.cpp:
+
 2020-04-17  Antoine Quint  <[email protected]>
 
         Stop including style rules related to media controls in the UA style sheet when Modern Media Controls are enabled

Modified: trunk/Source/WebCore/platform/cocoa/AGXCompilerService.cpp (260270 => 260271)


--- trunk/Source/WebCore/platform/cocoa/AGXCompilerService.cpp	2020-04-17 18:55:37 UTC (rev 260270)
+++ trunk/Source/WebCore/platform/cocoa/AGXCompilerService.cpp	2020-04-17 19:10:49 UTC (rev 260271)
@@ -26,7 +26,7 @@
 #include "config.h"
 #include "AGXCompilerService.h"
 
-#if PLATFORM(IOS)
+#if PLATFORM(IOS_FAMILY)
 
 #include <sys/utsname.h>
 #include <wtf/Optional.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to