Bug 266046 - CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in WebKit 2.42.3
Summary: CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in Web...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: WebKit Local Build
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-07 17:51 PST by dave
Modified: 2023-12-14 17:52 PST (History)
2 users (show)

See Also:


Attachments
move member function from ifdef block (602 bytes, patch)
2023-12-07 17:51 PST, dave
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description dave 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.
Comment 1 Radar WebKit Bug Importer 2023-12-14 17:52:15 PST
<rdar://problem/119697640>