Changeset 289591 in webkit


Ignore:
Timestamp:
Feb 10, 2022, 3:57:17 PM (4 years ago)
Author:
Elliott Williams
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:
Location:
trunk/Source/WTF
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WTF/ChangeLog

    r289583 r289591  
     12022-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
    1122022-02-10  Elliott Williams  <emw@apple.com>
    213
  • trunk/Source/WTF/WTF.xcodeproj/project.pbxproj

    r289583 r289591  
    160160                CEA072AA236FFBF70018839C /* CrashReporter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CEA072A9236FFBF70018839C /* CrashReporter.cpp */; };
    161161                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, ); }; };
    162163                DD3DC85E27A4BF8E007E5B61 /* WeakHashSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 9B67F3F12228D5310030DE9C /* WeakHashSet.h */; settings = {ATTRIBUTES = (Private, ); }; };
    163164                DD3DC85F27A4BF8E007E5B61 /* HashMap.h in Headers */ = {isa = PBXBuildFile; fileRef = A8A472B6151A825A004123FF /* HashMap.h */; settings = {ATTRIBUTES = (Private, ); }; };
     
    32773278                                DD3DC8BB27A4BF8E007E5B61 /* SHA1.h in Headers */,
    32783279                                DD3DC88B27A4BF8E007E5B61 /* SharedTask.h in Headers */,
     3280                                DD03059327B5DA0D00344002 /* SignedPtr.h in Headers */,
    32793281                                DD3DC8F727A4BF8E007E5B61 /* SimpleStats.h in Headers */,
    32803282                                DD3DC97627A4BF8E007E5B61 /* SingleRootGraph.h in Headers */,
Note: See TracChangeset for help on using the changeset viewer.