Bug 266046

Summary: CloneSerializer::write(SerializableErrorType) accidentally ifdef'd out in WebKit 2.42.3
Product: WebKit Reporter: dave
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: dave, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Local Build   
Hardware: All   
OS: All   
Attachments:
Description Flags
move member function from ifdef block none

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>