LibJS+LibWeb: Remove remaining use and reference to SafeFunction

This commit is contained in:
Shannon Booth 2024-10-31 06:26:26 +13:00 committed by Alexander Kalenik
commit 797b0d0f43
Notes: github-actions[bot] 2024-10-30 19:56:42 +00:00
26 changed files with 10 additions and 335 deletions

View file

@ -4,7 +4,6 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include <LibJS/SafeFunction.h>
#include <LibWeb/Bindings/Intrinsics.h>
#include <LibWeb/Bindings/ReadableStreamDefaultControllerPrototype.h>
#include <LibWeb/Streams/AbstractOperations.h>