Title: [267625] trunk/Source/WebCore
Revision
267625
Author
[email protected]
Date
2020-09-26 13:45:46 -0700 (Sat, 26 Sep 2020)

Log Message

Fix Big Sur clean build after r267613
https://bugs.webkit.org/show_bug.cgi?id=217003

* DerivedSources-input.xcfilelist:
* DerivedSources-output.xcfilelist:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (267624 => 267625)


--- trunk/Source/WebCore/ChangeLog	2020-09-26 19:52:14 UTC (rev 267624)
+++ trunk/Source/WebCore/ChangeLog	2020-09-26 20:45:46 UTC (rev 267625)
@@ -1,3 +1,11 @@
+2020-09-26  Alex Christensen  <[email protected]>
+
+        Fix Big Sur clean build after r267613
+        https://bugs.webkit.org/show_bug.cgi?id=217003
+
+        * DerivedSources-input.xcfilelist:
+        * DerivedSources-output.xcfilelist:
+
 2020-09-26  Zalan Bujtas  <[email protected]>
 
         [LFC][IFC] Line content logical width expands with run expansions (text-align: justify)

Modified: trunk/Source/WebCore/DerivedSources-input.xcfilelist (267624 => 267625)


--- trunk/Source/WebCore/DerivedSources-input.xcfilelist	2020-09-26 19:52:14 UTC (rev 267624)
+++ trunk/Source/WebCore/DerivedSources-input.xcfilelist	2020-09-26 20:45:46 UTC (rev 267625)
@@ -937,6 +937,7 @@
 $(PROJECT_DIR)/html/canvas/ImageBitmapRenderingContextSettings.idl
 $(PROJECT_DIR)/html/canvas/ImageSmoothingQuality.idl
 $(PROJECT_DIR)/html/canvas/OESElementIndexUint.idl
+$(PROJECT_DIR)/html/canvas/OESFBORenderMipmap.idl
 $(PROJECT_DIR)/html/canvas/OESStandardDerivatives.idl
 $(PROJECT_DIR)/html/canvas/OESTextureFloat.idl
 $(PROJECT_DIR)/html/canvas/OESTextureFloatLinear.idl

Modified: trunk/Source/WebCore/DerivedSources-output.xcfilelist (267624 => 267625)


--- trunk/Source/WebCore/DerivedSources-output.xcfilelist	2020-09-26 19:52:14 UTC (rev 267624)
+++ trunk/Source/WebCore/DerivedSources-output.xcfilelist	2020-09-26 20:45:46 UTC (rev 267625)
@@ -1390,6 +1390,8 @@
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSNotificationPermissionCallback.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESElementIndexUint.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESElementIndexUint.h
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESFBORenderMipmap.cpp
+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESFBORenderMipmap.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESStandardDerivatives.cpp
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESStandardDerivatives.h
 $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSOESTextureFloat.cpp
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to