Title: [278461] trunk/Source/WebCore
- Revision
- 278461
- Author
- [email protected]
- Date
- 2021-06-04 08:48:55 -0700 (Fri, 04 Jun 2021)
Log Message
REGRESSION (r278121): Fix build failure due to weak external symbol
Occurs when building coverage+release builds:
ERROR: symbol _DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection
The soft-linked symbol was originally added in r259276.
* Configurations/WebCore.unexp:
- Add _DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection
to the list of unexported symbols.
- Also sort symbols in the group alphabetically.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (278460 => 278461)
--- trunk/Source/WebCore/ChangeLog 2021-06-04 15:35:30 UTC (rev 278460)
+++ trunk/Source/WebCore/ChangeLog 2021-06-04 15:48:55 UTC (rev 278461)
@@ -1,3 +1,18 @@
+2021-06-04 David Kilzer <[email protected]>
+
+ REGRESSION (r278121): Fix build failure due to weak external symbol
+
+ Occurs when building coverage+release builds:
+
+ ERROR: symbol _DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection
+
+ The soft-linked symbol was originally added in r259276.
+
+ * Configurations/WebCore.unexp:
+ - Add _DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection
+ to the list of unexported symbols.
+ - Also sort symbols in the group alphabetically.
+
2021-06-04 Michael Catanzaro <[email protected]>
Fix more GCC warnings
Modified: trunk/Source/WebCore/Configurations/WebCore.unexp (278460 => 278461)
--- trunk/Source/WebCore/Configurations/WebCore.unexp 2021-06-04 15:35:30 UTC (rev 278460)
+++ trunk/Source/WebCore/Configurations/WebCore.unexp 2021-06-04 15:48:55 UTC (rev 278461)
@@ -47,9 +47,10 @@
_DDDFAScannerCreateFromCache
_DDDFAScannerFirstResultInUnicharArray
# Source/WebCore/page/mac/ServicesOverlayController.mm
+_DDHighlightCreateWithRectsInVisibleRectWithStyleAndDirection
+_DDHighlightCreateWithRectsInVisibleRectWithStyleScaleAndDirection
+_DDHighlightGetBoundingRect
_DDHighlightGetLayerWithContext
-_DDHighlightGetBoundingRect
-_DDHighlightCreateWithRectsInVisibleRectWithStyleAndDirection
_DDHighlightPointIsOnHighlight
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes