Changeset 289591 in webkit
- Timestamp:
- Feb 10, 2022, 3:57:17 PM (4 years ago)
- Location:
- trunk/Source/WTF
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/ChangeLog
r289583 r289591 1 2022-02-10 Elliott Williams <emw@apple.com> 2 3 Copy SignedPtr.h in WTF.xcodeproj 4 https://bugs.webkit.org/show_bug.cgi?id=236466 5 6 Reviewed by Alexey Proskuryakov. 7 8 SignedPtr.h was recently added and needs to be part of WTF's Copy Headers phase. 9 10 * WTF.xcodeproj/project.pbxproj: 11 1 12 2022-02-10 Elliott Williams <emw@apple.com> 2 13 -
trunk/Source/WTF/WTF.xcodeproj/project.pbxproj
r289583 r289591 160 160 CEA072AA236FFBF70018839C /* CrashReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEA072A9236FFBF70018839C /* CrashReporter.cpp */; }; 161 161 DCEE22011CEA7551000C2396 /* BlockObjCExceptions.mm in Sources */ = {isa = PBXBuildFile; fileRef = DCEE21FD1CEA7551000C2396 /* BlockObjCExceptions.mm */; }; 162 DD03059327B5DA0D00344002 /* SignedPtr.h in Headers */ = {isa = PBXBuildFile; fileRef = 862A8D32278DE74A0014120C /* SignedPtr.h */; settings = {ATTRIBUTES = (Private, ); }; }; 162 163 DD3DC85E27A4BF8E007E5B61 /* WeakHashSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B67F3F12228D5310030DE9C /* WeakHashSet.h */; settings = {ATTRIBUTES = (Private, ); }; }; 163 164 DD3DC85F27A4BF8E007E5B61 /* HashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B6151A825A004123FF /* HashMap.h */; settings = {ATTRIBUTES = (Private, ); }; }; … … 3277 3278 DD3DC8BB27A4BF8E007E5B61 /* SHA1.h in Headers */, 3278 3279 DD3DC88B27A4BF8E007E5B61 /* SharedTask.h in Headers */, 3280 DD03059327B5DA0D00344002 /* SignedPtr.h in Headers */, 3279 3281 DD3DC8F727A4BF8E007E5B61 /* SimpleStats.h in Headers */, 3280 3282 DD3DC97627A4BF8E007E5B61 /* SingleRootGraph.h in Headers */,
Note:
See TracChangeset
for help on using the changeset viewer.