[webkit-changes] [WebKit/WebKit] 58a92f: Fix SerializedScriptValue build without ENABLE(WEB...
Olivier Blin
noreply at github.com
Mon Aug 28 07:52:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 58a92f89cbb7442ed0cdd704b72fe8a07c3b834e
https://github.com/WebKit/WebKit/commit/58a92f89cbb7442ed0cdd704b72fe8a07c3b834e
Author: Olivier Blin <olivier.blin at softathome.com>
Date: 2023-08-28 (Mon, 28 Aug 2023)
Changed paths:
M Source/WebCore/bindings/js/SerializedScriptValue.cpp
Log Message:
-----------
Fix SerializedScriptValue build without ENABLE(WEB_CRYPTO)
https://bugs.webkit.org/show_bug.cgi?id=260788
Reviewed by Chris Dumez.
write(SerializableErrorType) was added under a ENABLE(WEB_CRYPTO) code
block in 264552 at main, while it should always be built.
* Source/WebCore/bindings/js/SerializedScriptValue.cpp:
(WebCore::CloneSerializer::write):
Canonical link: https://commits.webkit.org/267351@main
More information about the webkit-changes
mailing list