[Webkit-unassigned] [Bug 264557] New: [pdf] 270501 at main broke the build

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 10 00:23:35 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=264557

            Bug ID: 264557
           Summary: [pdf] 270501 at main broke the build
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: PDF
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org
                CC: thorton at apple.com

Getting the following build error which was caused by 270501 at main. Sadly, 270504 at main did not suffice.

In file included from /Users/antoine/Builds/Release-iphonesimulator/DerivedSources/WebKit/unified-sources/UnifiedSource62-mm.mm:6:
/Users/antoine/Code/safari/OpenSource/Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:204:68: error: receiver 'UIColor' is a forward class and corresponding @interface may not exist [-Werror,-Wreceiver-forward-class]
    context.fillRect(clipRect, WebCore::roundAndClampToSRGBALossy([WebCore::CocoaColor grayColor].CGColor));
In file included from /Users/antoine/Builds/Release-iphonesimulator/DerivedSources/WebKit/unified-sources/UnifiedSource62-mm.mm:6:
In file included from /Users/antoine/Code/safari/OpenSource/Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:36:
/Users/antoine/Builds/Release-iphonesimulator/WebCore.framework/PrivateHeaders/ColorCocoa.h:35:12: note: forward declaration of class here
OBJC_CLASS UIColor;
In file included from /Users/antoine/Builds/Release-iphonesimulator/DerivedSources/WebKit/unified-sources/UnifiedSource62-mm.mm:6:
/Users/antoine/Code/safari/OpenSource/Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:204:88: error: class method '+grayColor' not found (return type defaults to 'id') [-Werror,-Wobjc-method-access]
    context.fillRect(clipRect, WebCore::roundAndClampToSRGBALossy([WebCore::CocoaColor grayColor].CGColor));
/Users/antoine/Code/safari/OpenSource/Source/WebKit/WebProcess/Plugins/PDF/UnifiedPDF/UnifiedPDFPlugin.mm:204:99: error: property 'CGColor' not found on object of type 'id'
    context.fillRect(clipRect, WebCore::roundAndClampToSRGBALossy([WebCore::CocoaColor grayColor].CGColor));
3 errors generated.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20231110/d92ea4f6/attachment.htm>


More information about the webkit-unassigned mailing list