Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d3b50bf65e58e9a5ead9c7529cb36cd754469cad
https://github.com/WebKit/WebKit/commit/d3b50bf65e58e9a5ead9c7529cb36cd754469cad
Author: Jack Ren <[email protected]>
Date: 2025-01-08 (Wed, 08 Jan 2025)
Changed paths:
M Source/JavaScriptCore/fuzzilli/Fuzzilli.cpp
Log Message:
-----------
Fix compilation error in Fuzzilli.cpp
https://bugs.webkit.org/show_bug.cgi?id=285489
Reviewed by Yusuke Suzuki.
This patch fixed the following problems:
(1) std::array cannot be used as std::span directly.
(2) operator""_span isn't available unless introduced wtf/text/ASCIILiteral.h.
(3) introduced some linux headers for interacting with fuzzilli.
* Source/JavaScriptCore/fuzzilli/Fuzzilli.cpp:
(Fuzzilli::initializeReprl):
Canonical link: https://commits.webkit.org/288622@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes