Title: [260763] trunk/Source/WebKit
Revision
260763
Author
[email protected]
Date
2020-04-27 10:05:09 -0700 (Mon, 27 Apr 2020)

Log Message

Unreviewed sandbox compile fix.

* Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (260762 => 260763)


--- trunk/Source/WebKit/ChangeLog	2020-04-27 16:47:24 UTC (rev 260762)
+++ trunk/Source/WebKit/ChangeLog	2020-04-27 17:05:09 UTC (rev 260763)
@@ -1,3 +1,9 @@
+2020-04-27  Per Arne Vollan  <[email protected]>
+
+        Unreviewed sandbox compile fix.
+
+        * Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb:
+
 2020-04-27  Philippe Normand  <[email protected]>
 
         [GTK] ENABLE(OPENGL) remmants...

Modified: trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb (260762 => 260763)


--- trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-27 16:47:24 UTC (rev 260762)
+++ trunk/Source/WebKit/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb	2020-04-27 17:05:09 UTC (rev 260763)
@@ -1218,7 +1218,7 @@
         (apply-message-filter
             (allow mach-message-send (with report) (with telemetry))
             (allow mach-message-send (kernel-mig-routine
-                _mach_make_memory_entry
+                mach_make_memory_entry
                 host_get_clock_service
                 host_get_io_master
                 host_get_special_port
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to