Title: [261788] trunk/Source/WebCore
Revision
261788
Author
[email protected]
Date
2020-05-16 14:46:49 -0700 (Sat, 16 May 2020)

Log Message

Let Xcode have its way with WebCore project

* WebCore.xcodeproj/project.pbxproj:
- Resort TableLayout.cpp.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (261787 => 261788)


--- trunk/Source/WebCore/ChangeLog	2020-05-16 19:21:19 UTC (rev 261787)
+++ trunk/Source/WebCore/ChangeLog	2020-05-16 21:46:49 UTC (rev 261788)
@@ -1,3 +1,10 @@
+2020-05-16  David Kilzer  <[email protected]>
+
+        Let Xcode have its way with WebCore project
+
+        * WebCore.xcodeproj/project.pbxproj:
+        - Resort TableLayout.cpp.
+
 2020-05-16  Zalan Bujtas  <[email protected]>
 
         Add missing is<RenderTableSection> check.

Modified: trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj (261787 => 261788)


--- trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-05-16 19:21:19 UTC (rev 261787)
+++ trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj	2020-05-16 21:46:49 UTC (rev 261788)
@@ -21266,12 +21266,12 @@
 			children = (
 				6FC5CA9422E3599400B13E11 /* TableFormattingContext.cpp */,
 				6FC5CA9522E3599400B13E11 /* TableFormattingContext.h */,
-				6FF9F1BE246D966C00435083 /* TableLayout.cpp */,
 				11D19C2E23159BAE008F24D3 /* TableFormattingContextGeometry.cpp */,
 				6FC5CA9222E3599300B13E11 /* TableFormattingState.cpp */,
 				6FC5CA9622E3599500B13E11 /* TableFormattingState.h */,
 				6F5B7EAA2300A79E0067D9C3 /* TableGrid.cpp */,
 				6FB22E30230097E300C20866 /* TableGrid.h */,
+				6FF9F1BE246D966C00435083 /* TableLayout.cpp */,
 			);
 			path = tableformatting;
 			sourceTree = "<group>";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to