NEW224603
MacCatalyst WTF HAVE_PDFKIT is not in sync with HAVE_PDFKIT in TestWebKitAPI, build failure
https://bugs.webkit.org/show_bug.cgi?id=224603
Summary MacCatalyst WTF HAVE_PDFKIT is not in sync with HAVE_PDFKIT in TestWebKitAPI,...
Kimmo Kinnunen
Reported 2021-04-15 05:37:01 PDT
MacCatalyst WTF HAVE_PDFKIT is not in sync with HAVE_PDFKIT in TestWebKitAPI Breaks link due to missing symbol that is used in TestPDFDocument.m ASSERT([m_annotation.get().action isKindOfClass:[PDFActionURL class]]); (PDFActionURL is missing. Before regressing in bug 22643, MacCatalyst did not build the test. After regressing in bug 22643, MacCatalyst tries to build the test and fails. The error is silent, since the pattern of defining HAVE_* is that we don't ever define 0. Thus we inherit HAVE_PDFKIT from WTF, even though it's (semantically) not what was intended.
Attachments
Radar WebKit Bug Importer
Comment 1 2021-04-22 05:37:14 PDT
Note You need to log in before you can comment on or make changes to this bug.