[Webkit-unassigned] [Bug 266046] New: CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in WebKit 2.42.3

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 7 17:51:49 PST 2023


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

            Bug ID: 266046
           Summary: CloneSerializer::write(SerializableErrorType)
                    accidentally ifdef'd out in WebKit 2.42.3
           Product: WebKit
           Version: WebKit Local Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: dave at killthe.net

Created attachment 468933

  --> https://bugs.webkit.org/attachment.cgi?id=468933&action=review

move member function from ifdef block

The CloneSerializer::write(SerializableErrorType) function has been accidentally included in an #if ENABLE(WEB_CRYPTO) block, resulting in a build failure when web crypto is disabled. The included patch fixes the problem.

-- 
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/20231208/1b5b892a/attachment.htm>


More information about the webkit-unassigned mailing list