Title: [235666] trunk/Source/_javascript_Core
Revision
235666
Author
[email protected]
Date
2018-09-05 07:19:18 -0700 (Wed, 05 Sep 2018)

Log Message

REGRESSION (r235419): DFGCFG.h is missing from _javascript_Core Xcode project

Found using `tidy-Xcode-project-file --missing` (see Bug
188754).  Fix was made manually.

* _javascript_Core.xcodeproj/project.pbxproj:
(dfg/DFGCFG.h): Revert accidental change in r235419 by restoring
`name` and `path` values to file reference.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (235665 => 235666)


--- trunk/Source/_javascript_Core/ChangeLog	2018-09-05 12:31:31 UTC (rev 235665)
+++ trunk/Source/_javascript_Core/ChangeLog	2018-09-05 14:19:18 UTC (rev 235666)
@@ -1,3 +1,14 @@
+2018-09-05  David Kilzer  <[email protected]>
+
+        REGRESSION (r235419): DFGCFG.h is missing from _javascript_Core Xcode project
+
+        Found using `tidy-Xcode-project-file --missing` (see Bug
+        188754).  Fix was made manually.
+
+        * _javascript_Core.xcodeproj/project.pbxproj:
+        (dfg/DFGCFG.h): Revert accidental change in r235419 by restoring
+        `name` and `path` values to file reference.
+
 2018-09-05  Mark Lam  <[email protected]>
 
         isAsyncGeneratorMethodParseMode() should check for SourceParseMode::AsyncGeneratorWrapperMethodMode.

Modified: trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj (235665 => 235666)


--- trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2018-09-05 12:31:31 UTC (rev 235665)
+++ trunk/Source/_javascript_Core/_javascript_Core.xcodeproj/project.pbxproj	2018-09-05 14:19:18 UTC (rev 235666)
@@ -4773,7 +4773,7 @@
 		FEA0C4001CDD7D0E00481991 /* FunctionWhitelist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FunctionWhitelist.cpp; sourceTree = "<group>"; };
 		FEA0C4011CDD7D0E00481991 /* FunctionWhitelist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FunctionWhitelist.h; sourceTree = "<group>"; };
 		FEA3BBA7212B655800E93AD1 /* CallFrameInlines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CallFrameInlines.h; sourceTree = "<group>"; };
-		FEA3BBAB212C97CB00E93AD1 /* DFGCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DFGCFG.h; sourceTree = "<group>"; };
+		FEA3BBAB212C97CB00E93AD1 /* DFGCFG.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = DFGCFG.h; path = dfg/DFGCFG.h; sourceTree = "<group>"; };
 		FEB137561BB11EEE00CD5100 /* MacroAssemblerARM64.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MacroAssemblerARM64.cpp; sourceTree = "<group>"; };
 		FEB41CCB1F73284200C5481E /* ProbeFrame.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProbeFrame.h; sourceTree = "<group>"; };
 		FEB51F6A1A97B688001F921C /* Regress141809.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Regress141809.h; path = API/tests/Regress141809.h; sourceTree = "<group>"; };
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to