Title: [224004] trunk/Source/WebCore
Revision
224004
Author
[email protected]
Date
2017-10-25 21:27:59 -0700 (Wed, 25 Oct 2017)

Log Message

Unreviewed, add FEMorphology.cpp back to the regular build after r224003.

* WebCore.xcodeproj/project.pbxproj:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (224003 => 224004)


--- trunk/Source/WebCore/ChangeLog	2017-10-26 04:24:02 UTC (rev 224003)
+++ trunk/Source/WebCore/ChangeLog	2017-10-26 04:27:59 UTC (rev 224004)
@@ -1,5 +1,11 @@
 2017-10-25  Keith Miller  <[email protected]>
 
+        Unreviewed, add FEMorphology.cpp back to the regular build after r224003.
+
+        * WebCore.xcodeproj/project.pbxproj:
+
+2017-10-25  Keith Miller  <[email protected]>
+
         Unreviewed, Windows build fix.
 
         * Sources.txt:

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (224003 => 224004)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2017-10-26 04:24:02 UTC (rev 224003)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2017-10-26 04:27:59 UTC (rev 224004)
@@ -1804,6 +1804,7 @@
 		5351D4B11DF916B4008010CD /* FileHandle.h in Headers */ = {isa = PBXBuildFile; fileRef = 5351D4AF1DF916AC008010CD /* FileHandle.h */; settings = {ATTRIBUTES = (Private, ); }; };
 		536D5A20193E18E900CE4CAB /* HTMLSrcsetParser.h in Headers */ = {isa = PBXBuildFile; fileRef = 536D5A1F193E18E900CE4CAB /* HTMLSrcsetParser.h */; };
 		536D5A23193E8E0C00CE4CAB /* ParsingUtilities.h in Headers */ = {isa = PBXBuildFile; fileRef = 536D5A22193E8E0C00CE4CAB /* ParsingUtilities.h */; };
+		537202291FA19AE200016B2B /* FEMorphology.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 84730D671248F0B300D3A9C9 /* FEMorphology.cpp */; };
 		538EC8021F96AF81004D22A8 /* UnifiedSource1.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 538EC7FA1F96AA70004D22A8 /* UnifiedSource1.cpp */; };
 		538EC8031F96AF81004D22A8 /* UnifiedSource1.mm in Sources */ = {isa = PBXBuildFile; fileRef = 538EC7F31F96AA5B004D22A8 /* UnifiedSource1.mm */; };
 		538EC8041F96AF81004D22A8 /* UnifiedSource2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 538EC7EE1F96AA56004D22A8 /* UnifiedSource2.cpp */; };
@@ -30857,6 +30858,7 @@
 				1C21E57C183ED1FF001C289D /* IOSurfacePool.cpp in Sources */,
 				AD9FF6E11908391D003B61E0 /* IOSurfacePoolCocoa.mm in Sources */,
 				A1DF5A9A1F7EC8C00058A477 /* JSApplePayContactField.cpp in Sources */,
+				537202291FA19AE200016B2B /* FEMorphology.cpp in Sources */,
 				1ADFDFEC1E71E455008F5D34 /* JSApplePayError.cpp in Sources */,
 				7C6579EF1E00856600E3A27A /* JSApplePayLineItem.cpp in Sources */,
 				A1DF5A8D1F7EC0020058A477 /* JSApplePayMerchantCapability.cpp in Sources */,
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to