Title: [293590] trunk/Source/WebKit
Revision
293590
Author
pvol...@apple.com
Date
2022-04-28 14:46:51 -0700 (Thu, 28 Apr 2022)

Log Message

Fix build error after r293509
https://bugs.webkit.org/show_bug.cgi?id=239866
<rdar://92471416>

Unreviewed build fix.


* Shared/mac/AuxiliaryProcessMac.mm:
(WebKit::AuxiliaryProcess::isSystemWebKit):

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (293589 => 293590)


--- trunk/Source/WebKit/ChangeLog	2022-04-28 21:23:38 UTC (rev 293589)
+++ trunk/Source/WebKit/ChangeLog	2022-04-28 21:46:51 UTC (rev 293590)
@@ -1,3 +1,14 @@
+2022-04-28  Per Arne Vollan  <pvol...@apple.com>
+
+        Fix build error after r293509
+        https://bugs.webkit.org/show_bug.cgi?id=239866
+        <rdar://92471416>
+
+        Unreviewed build fix.
+
+        * Shared/mac/AuxiliaryProcessMac.mm:
+        (WebKit::AuxiliaryProcess::isSystemWebKit):
+
 2022-04-28  Simon Fraser  <simon.fra...@apple.com>
 
         [ macOS Debug wk2 ] Thirteen imported/w3c/web-platform-tests/html/semantics/embedded-content/media-elements/ are a flaky crash (ASSERTION FAILED: willBeComposited == needsToBeComposited(layer, queryData))

Modified: trunk/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm (293589 => 293590)


--- trunk/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm	2022-04-28 21:23:38 UTC (rev 293589)
+++ trunk/Source/WebKit/Shared/mac/AuxiliaryProcessMac.mm	2022-04-28 21:46:51 UTC (rev 293590)
@@ -829,7 +829,6 @@
     }();
     return isSystemWebKit;
 }
-#endif
 
 void AuxiliaryProcess::openDirectoryCacheInvalidated(SandboxExtension::Handle&& handle)
 {
@@ -847,6 +846,7 @@
 
     sandboxExtension->revoke();
 }
+#endif // PLATFORM(MAC)
 
 } // namespace WebKit
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to