Bump WebKit (#17095)

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
190n
2025-02-12 22:08:53 -08:00
committed by GitHub
parent eb145870cb
commit ea65a2ad48
90 changed files with 163 additions and 261 deletions

View File

@@ -732,7 +732,7 @@ class JSModuleConstructor : public JSC::InternalFunction {
public:
DECLARE_EXPORT_INFO;
static constexpr bool needsDestruction = false;
static constexpr JSC::DestructionMode needsDestruction = DoesNotNeedDestruction;
static constexpr unsigned StructureFlags = Base::StructureFlags | HasStaticPropertyTable;
static JSC::Structure* createStructure(JSC::VM& vm,