Title: [219117] trunk/Source/WTF
Revision
219117
Author
[email protected]
Date
2017-07-04 04:43:14 -0700 (Tue, 04 Jul 2017)

Log Message

Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
https://bugs.webkit.org/show_bug.cgi?id=174117

Patch by Joseph Pecoraro <[email protected]> on 2017-07-04
Reviewed by Alexey Proskuryakov.

* WTF.xcodeproj/project.pbxproj:
Give DisallowCType.h and DispatchPtr.h different UUIDs.

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (219116 => 219117)


--- trunk/Source/WTF/ChangeLog	2017-07-04 11:12:26 UTC (rev 219116)
+++ trunk/Source/WTF/ChangeLog	2017-07-04 11:43:14 UTC (rev 219117)
@@ -1,3 +1,13 @@
+2017-07-04  Joseph Pecoraro  <[email protected]>
+
+        Xcode duplicate UUID for DisallowCType.h and DispatchPtr.h
+        https://bugs.webkit.org/show_bug.cgi?id=174117
+
+        Reviewed by Alexey Proskuryakov.
+
+        * WTF.xcodeproj/project.pbxproj:
+        Give DisallowCType.h and DispatchPtr.h different UUIDs.
+
 2017-07-03  Saam Barati  <[email protected]>
 
         LayoutTest workers/bomb.html is a Crash

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (219116 => 219117)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2017-07-04 11:12:26 UTC (rev 219116)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2017-07-04 11:43:14 UTC (rev 219117)
@@ -381,7 +381,7 @@
 		A8A4727B151A825A004123FF /* DecimalNumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DecimalNumber.cpp; sourceTree = "<group>"; };
 		A8A4727C151A825A004123FF /* DecimalNumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DecimalNumber.h; sourceTree = "<group>"; };
 		A8A4727E151A825A004123FF /* Deque.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Deque.h; sourceTree = "<group>"; };
-		A8A4727F151A825A004123FF /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
+		A9A4727F151A825A004123FF /* DisallowCType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DisallowCType.h; sourceTree = "<group>"; };
 		A8A4727F151A825A004123FF /* DispatchPtr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DispatchPtr.h; sourceTree = "<group>"; };
 		A8A47280151A825A004123FF /* DoublyLinkedList.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DoublyLinkedList.h; sourceTree = "<group>"; };
 		A8A47282151A825A004123FF /* bignum-dtoa.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = "bignum-dtoa.cc"; sourceTree = "<group>"; };
@@ -771,8 +771,8 @@
 				0F2B66A417B6B4F700A7AE3F /* DeferrableRefCounted.h */,
 				A561F30F1DF2642100FF675D /* DeprecatedOptional.h */,
 				A8A4727E151A825A004123FF /* Deque.h */,
-				A8A4727F151A825A004123FF /* DisallowCType.h */,
-                A8A4727F151A825A004123FF /* DispatchPtr.h */,
+				A9A4727F151A825A004123FF /* DisallowCType.h */,
+				A8A4727F151A825A004123FF /* DispatchPtr.h */,
 				0F4570421BE5B58F0062A629 /* Dominators.h */,
 				A8A47280151A825A004123FF /* DoublyLinkedList.h */,
 				A8A47297151A825A004123FF /* dtoa.cpp */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to