Title: [235710] trunk/Source/WebKit
Revision
235710
Author
ddkil...@apple.com
Date
2018-09-05 14:57:32 -0700 (Wed, 05 Sep 2018)

Log Message

REGRESSION (r235489): WKSharingServicePickerDelegate.mm accidentally added back to Sources in WebKit project

* WebKit.xcodeproj/project.pbxproj:
(WKSharingServicePickerDelegate.mm): Let Xcode have its way with
the WebKit project file by removing this file from Sources.
It's already included in a UnifedSource file, so it should not
have been added back to Sources during merge conflict resolution
for r235489.

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (235709 => 235710)


--- trunk/Source/WebKit/ChangeLog	2018-09-05 21:57:28 UTC (rev 235709)
+++ trunk/Source/WebKit/ChangeLog	2018-09-05 21:57:32 UTC (rev 235710)
@@ -1,5 +1,16 @@
 2018-09-05  David Kilzer  <ddkil...@apple.com>
 
+        REGRESSION (r235489): WKSharingServicePickerDelegate.mm accidentally added back to Sources in WebKit project
+
+        * WebKit.xcodeproj/project.pbxproj:
+        (WKSharingServicePickerDelegate.mm): Let Xcode have its way with
+        the WebKit project file by removing this file from Sources.
+        It's already included in a UnifedSource file, so it should not
+        have been added back to Sources during merge conflict resolution
+        for r235489.
+
+2018-09-05  David Kilzer  <ddkil...@apple.com>
+
         REGRESSION (r204222): UIProces/Gamepad/mac is missing in WebKit Xcode project
 
         Found using `tidy-Xcode-project-file --missing` (see Bug

Modified: trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj (235709 => 235710)


--- trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:57:28 UTC (rev 235709)
+++ trunk/Source/WebKit/WebKit.xcodeproj/project.pbxproj	2018-09-05 21:57:32 UTC (rev 235710)
@@ -11396,7 +11396,6 @@
 				BC407603124FF0270068F20A /* WKSerializedScriptValue.cpp in Sources */,
 				1ADE46B21954EC61000F7985 /* WKSessionStateRef.cpp in Sources */,
 				1DB01944211CF005009FB3E8 /* WKShareSheet.mm in Sources */,
-				513E462E1AD837560016234A /* WKSharingServicePickerDelegate.mm in Sources */,
 				93F549B61E3174DA000E7239 /* WKSnapshotConfiguration.mm in Sources */,
 				BC407605124FF0270068F20A /* WKString.cpp in Sources */,
 				BC407619124FF0370068F20A /* WKStringCF.mm in Sources */,
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to