Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c4fc80276b733ebba34ee05c2e2abf32da4f77a8
      
https://github.com/WebKit/WebKit/commit/c4fc80276b733ebba34ee05c2e2abf32da4f77a8
  Author: Abrar Rahman Protyasha <[email protected]>
  Date:   2023-12-08 (Fri, 08 Dec 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h

  Log Message:
  -----------
  [UnifiedPDF] CGPDFPageLayoutGetAreaOfInterestAtPoint should be declared with 
C linkage
https://bugs.webkit.org/show_bug.cgi?id=266094
rdar://119394292

Reviewed by Wenson Hsieh.

Since CGPDFPageLayoutGetAreaOfInterestAtPoint is a C API, it must not go
through name mangling, so we specify C linkage for it.

This patch fixes the open source macOS build with unified PDF enabled.

* Source/WebCore/PAL/pal/spi/cg/CoreGraphicsSPI.h:

Canonical link: https://commits.webkit.org/271792@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to