Title: [249720] trunk/Source/WebKit
Revision
249720
Author
david_ques...@apple.com
Date
2019-09-10 09:56:46 -0700 (Tue, 10 Sep 2019)

Log Message

Remove a leftover reference to the StorageProcess
https://bugs.webkit.org/show_bug.cgi?id=192759

Reviewed by Alex Christensen.

* WebKit.xcodeproj/project.pbxproj:
    Remove com.apple.WebKit.Storage.sb as an input file to the "Copy iOS Sandbox Profiles
    for Manual Sandboxing" build phase. The file no longer exists.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (249719 => 249720)


--- trunk/Source/WebKit/ChangeLog	2019-09-10 16:42:27 UTC (rev 249719)
+++ trunk/Source/WebKit/ChangeLog	2019-09-10 16:56:46 UTC (rev 249720)
@@ -1,3 +1,14 @@
+2019-09-10  David Quesada  <david_ques...@apple.com>
+
+        Remove a leftover reference to the StorageProcess
+        https://bugs.webkit.org/show_bug.cgi?id=192759
+
+        Reviewed by Alex Christensen.
+
+        * WebKit.xcodeproj/project.pbxproj:
+            Remove com.apple.WebKit.Storage.sb as an input file to the "Copy iOS Sandbox Profiles
+            for Manual Sandboxing" build phase. The file no longer exists.
+
 2019-09-10  Adrian Perez de Castro  <ape...@igalia.com>
 
         [GTK][WPE] Fixes for non-unified builds after r249022

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (249719 => 249720)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2019-09-10 16:42:27 UTC (rev 249719)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2019-09-10 16:56:46 UTC (rev 249720)
@@ -10864,7 +10864,6 @@
 			files = (
 			);
 			inputPaths = (
-				"$(SRCROOT)/Resources/SandboxProfiles/ios/com.apple.WebKit.Storage.sb",
 				"$(SRCROOT)/Resources/SandboxProfiles/ios/com.apple.WebKit.Networking.sb",
 				"$(SRCROOT)/Resources/SandboxProfiles/ios/com.apple.WebKit.WebContent.sb",
 			);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to