NEW 266046
CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in WebKit 2.42.3
https://bugs.webkit.org/show_bug.cgi?id=266046
Summary CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in Web...
dave
Reported 2023-12-07 17:51:49 PST
Created attachment 468933 [details] 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.
Attachments
move member function from ifdef block (602 bytes, patch)
2023-12-07 17:51 PST, dave
no flags
Radar WebKit Bug Importer
Comment 1 2023-12-14 17:52:15 PST
Note You need to log in before you can comment on or make changes to this bug.