WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2023-12-14 17:52:15 PST
<
rdar://problem/119697640
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug