Title: [289591] trunk/Source/WTF
Revision
289591
Author
[email protected]
Date
2022-02-10 15:57:17 -0800 (Thu, 10 Feb 2022)

Log Message

Copy SignedPtr.h in WTF.xcodeproj
https://bugs.webkit.org/show_bug.cgi?id=236466

Reviewed by Alexey Proskuryakov.

SignedPtr.h was recently added and needs to be part of WTF's Copy Headers phase.

* WTF.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (289590 => 289591)


--- trunk/Source/WTF/ChangeLog	2022-02-10 23:49:33 UTC (rev 289590)
+++ trunk/Source/WTF/ChangeLog	2022-02-10 23:57:17 UTC (rev 289591)
@@ -1,5 +1,16 @@
 2022-02-10  Elliott Williams  <[email protected]>
 
+        Copy SignedPtr.h in WTF.xcodeproj
+        https://bugs.webkit.org/show_bug.cgi?id=236466
+
+        Reviewed by Alexey Proskuryakov.
+
+        SignedPtr.h was recently added and needs to be part of WTF's Copy Headers phase.
+
+        * WTF.xcodeproj/project.pbxproj:
+
+2022-02-10  Elliott Williams  <[email protected]>
+
         Reland native Xcode build phases for "Copy WTF Headers", again
         https://bugs.webkit.org/show_bug.cgi?id=235744
 

Modified: trunk/Source/WTF/WTF.xcodeproj/project.pbxproj (289590 => 289591)


--- trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2022-02-10 23:49:33 UTC (rev 289590)
+++ trunk/Source/WTF/WTF.xcodeproj/project.pbxproj	2022-02-10 23:57:17 UTC (rev 289591)
@@ -159,6 +159,7 @@
 		CD5497AC15857D0300B5BC30 /* MediaTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5497AA15857D0300B5BC30 /* MediaTime.cpp */; };
 		CEA072AA236FFBF70018839C /* CrashReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEA072A9236FFBF70018839C /* CrashReporter.cpp */; };
 		DCEE22011CEA7551000C2396 /* BlockObjCExceptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = DCEE21FD1CEA7551000C2396 /* BlockObjCExceptions.mm */; };
+		DD03059327B5DA0D00344002 /* SignedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 862A8D32278DE74A0014120C /* SignedPtr.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		DD3DC85E27A4BF8E007E5B61 /* WeakHashSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B67F3F12228D5310030DE9C /* WeakHashSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		DD3DC85F27A4BF8E007E5B61 /* HashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B6151A825A004123FF /* HashMap.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		DD3DC86027A4BF8E007E5B61 /* Observer.h in Headers */ = {isa = PBXBuildFile; fileRef = CD48A87024C8A21600F5800C /* Observer.h */; settings = {ATTRIBUTES = (Private, ); }; };
@@ -3276,6 +3277,7 @@
 				DD3DC88627A4BF8E007E5B61 /* SetForScope.h in Headers */,
 				DD3DC8BB27A4BF8E007E5B61 /* SHA1.h in Headers */,
 				DD3DC88B27A4BF8E007E5B61 /* SharedTask.h in Headers */,
+				DD03059327B5DA0D00344002 /* SignedPtr.h in Headers */,
 				DD3DC8F727A4BF8E007E5B61 /* SimpleStats.h in Headers */,
 				DD3DC97627A4BF8E007E5B61 /* SingleRootGraph.h in Headers */,
 				DD3DC89627A4BF8E007E5B61 /* SinglyLinkedList.h in Headers */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to