Title: [243890] trunk/Source/WebCore
Revision
243890
Author
[email protected]
Date
2019-04-04 13:08:37 -0700 (Thu, 04 Apr 2019)

Log Message

Unreviewed, fix linking error because the build of RTCIceTransport.cpp is handled in Xcode project side accidentally
https://bugs.webkit.org/show_bug.cgi?id=196475

We did not have RTCIceTransport.cpp in Sources.txt.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (243889 => 243890)


--- trunk/Source/WebCore/ChangeLog	2019-04-04 20:08:02 UTC (rev 243889)
+++ trunk/Source/WebCore/ChangeLog	2019-04-04 20:08:37 UTC (rev 243890)
@@ -1,5 +1,14 @@
 2019-04-04  Yusuke Suzuki  <[email protected]>
 
+        Unreviewed, fix linking error because the build of RTCIceTransport.cpp is handled in Xcode project side accidentally
+        https://bugs.webkit.org/show_bug.cgi?id=196475
+
+        We did not have RTCIceTransport.cpp in Sources.txt.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
+2019-04-04  Yusuke Suzuki  <[email protected]>
+
         [WebCore] Put most of derived classes of ScriptWrappable into IsoHeap
         https://bugs.webkit.org/show_bug.cgi?id=196475
 

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (243889 => 243890)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2019-04-04 20:08:02 UTC (rev 243889)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2019-04-04 20:08:37 UTC (rev 243890)
@@ -922,7 +922,6 @@
 		316DCB4C1E7910A6001B5F87 /* JSRTCIceConnectionState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB461E7910A6001B5F87 /* JSRTCIceConnectionState.h */; };
 		316DCB4E1E7910A6001B5F87 /* JSRTCIceGatheringState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB481E7910A6001B5F87 /* JSRTCIceGatheringState.h */; };
 		316DCB501E7910A6001B5F87 /* JSRTCSignalingState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DCB4A1E7910A6001B5F87 /* JSRTCSignalingState.h */; };
-		316DCB8A1E7A6996001B5F87 /* RTCIceTransport.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 316DCB881E7A6996001B5F87 /* RTCIceTransport.cpp */; };
 		316DE7021E83AE1D0084C261 /* RTCDataChannelState.h in Headers */ = {isa = PBXBuildFile; fileRef = 316DE7011E83AE1D0084C261 /* RTCDataChannelState.h */; };
 		316FE0720E6CCBEE00BF6088 /* JSCSSKeyframeRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE06E0E6CCBEE00BF6088 /* JSCSSKeyframeRule.h */; };
 		316FE0740E6CCBEE00BF6088 /* JSCSSKeyframesRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 316FE0700E6CCBEE00BF6088 /* JSCSSKeyframesRule.h */; };
@@ -32653,7 +32652,6 @@
 				CDA29A161CBDA56C00901CCF /* PlaybackSessionInterfaceMac.mm in Sources */,
 				419242492127B93E00634FCF /* RealtimeOutgoingVideoSourceCocoa.mm in Sources */,
 				5C2B1AEC22397EBC00B91CF7 /* ResourceResponseCocoa.mm in Sources */,
-				316DCB8A1E7A6996001B5F87 /* RTCIceTransport.cpp in Sources */,
 				BC51156E12B1749C00C96754 /* ScrollAnimatorMac.mm in Sources */,
 				BCEF869F0E844E9D00A85CD5 /* ScrollbarThemeMac.mm in Sources */,
 				A6D5A99C1629D70000297330 /* ScrollingTreeScrollingNodeDelegate.cpp in Sources */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to