Changeset 235666 in webkit
- Timestamp:
- Sep 5, 2018, 7:19:18 AM (7 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r235662 r235666 1 2018-09-05 David Kilzer <ddkilzer@apple.com> 2 3 REGRESSION (r235419): DFGCFG.h is missing from JavaScriptCore Xcode project 4 5 Found using `tidy-Xcode-project-file --missing` (see Bug 6 188754). Fix was made manually. 7 8 * JavaScriptCore.xcodeproj/project.pbxproj: 9 (dfg/DFGCFG.h): Revert accidental change in r235419 by restoring 10 `name` and `path` values to file reference. 11 1 12 2018-09-05 Mark Lam <mark.lam@apple.com> 2 13 -
trunk/Source/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj
r235636 r235666 4774 4774 FEA0C4011CDD7D0E00481991 /* FunctionWhitelist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FunctionWhitelist.h; sourceTree = "<group>"; }; 4775 4775 FEA3BBA7212B655800E93AD1 /* CallFrameInlines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallFrameInlines.h; sourceTree = "<group>"; }; 4776 FEA3BBAB212C97CB00E93AD1 /* DFGCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path =DFGCFG.h; sourceTree = "<group>"; };4776 FEA3BBAB212C97CB00E93AD1 /* DFGCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGCFG.h; path = dfg/DFGCFG.h; sourceTree = "<group>"; }; 4777 4777 FEB137561BB11EEE00CD5100 /* MacroAssemblerARM64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MacroAssemblerARM64.cpp; sourceTree = "<group>"; }; 4778 4778 FEB41CCB1F73284200C5481E /* ProbeFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProbeFrame.h; sourceTree = "<group>"; };
Note:
See TracChangeset
for help on using the changeset viewer.