Changeset 237088 in webkit


Ignore:
Timestamp:
Oct 12, 2018 4:16:51 PM (6 years ago)
Author:
Tadeu Zagallo
Message:

Gardening: Build fix after r237084.
https://bugs.webkit.org/show_bug.cgi?id=189708

Unreviewd.

Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r237084 r237088  
     12018-10-12  Tadeu Zagallo  <tzagallo@apple.com>
     2
     3        Gardening: Build fix after r237084.
     4        https://bugs.webkit.org/show_bug.cgi?id=189708
     5
     6        Unreviewd.
     7
     8        * JavaScriptCore.xcodeproj/project.pbxproj:
     9
    1102018-10-12  Tadeu Zagallo  <tzagallo@apple.com>
    211
  • trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r237084 r237088  
    32253225                14BD688E215191310050DAFF /* JSCLLIntSettingsExtractor */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = JSCLLIntSettingsExtractor; sourceTree = BUILT_PRODUCTS_DIR; };
    32263226                14BD689C215191B30050DAFF /* LLIntSettingsExtractor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LLIntSettingsExtractor.cpp; path = llint/LLIntSettingsExtractor.cpp; sourceTree = "<group>"; };
    3227                 14BD689F2151923F0050DAFF /* LLIntDesiredSettings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LLIntDesiredSettings.h; path = LLIntOffsets/LLIntDesiredSettings.h; sourceTree = BUILT_PRODUCTS_DIR; };
    32283227                14BE7D3217135CF400D1807A /* WeakInlines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeakInlines.h; sourceTree = "<group>"; };
    32293228                14BFCE6810CDB1FC00364CCE /* WeakGCMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WeakGCMap.h; sourceTree = "<group>"; };
     
    35793578                5D5D8AD00E0D0EBE00F9C692 /* libedit.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libedit.dylib; path = /usr/lib/libedit.dylib; sourceTree = "<absolute>"; };
    35803579                5DAFD6CB146B686300FBEFB4 /* JSC.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = JSC.xcconfig; sourceTree = "<group>"; };
    3581                 5DDDF44614FEE72200B4FB4D /* LLIntDesiredOffsets.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = LLIntDesiredOffsets.h; path = LLIntOffsets/LLIntDesiredOffsets.h; sourceTree = BUILT_PRODUCTS_DIR; };
    35823580                5DE3D0F40DD8DDFB00468714 /* WebKitAvailability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebKitAvailability.h; sourceTree = "<group>"; };
    35833581                623A37EB1B87A7BD00754209 /* RegisterMap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RegisterMap.h; sourceTree = "<group>"; };
     
    50745072                                0F4680CE14BBB3D100BFE272 /* LLIntData.cpp */,
    50755073                                0F4680CF14BBB3D100BFE272 /* LLIntData.h */,
    5076                                 5DDDF44614FEE72200B4FB4D /* LLIntDesiredOffsets.h */,
    5077                                 14BD689F2151923F0050DAFF /* LLIntDesiredSettings.h */,
    50785074                                0F38B00F17CF077F00B144D3 /* LLIntEntrypoint.cpp */,
    50795075                                0F38B01017CF077F00B144D3 /* LLIntEntrypoint.h */,
Note: See TracChangeset for help on using the changeset viewer.