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

@@ -560,7 +560,7 @@ class ${name} final : public JSC::InternalFunction {
)}* prototype);
static constexpr unsigned StructureFlags = Base::StructureFlags;
static constexpr bool needsDestruction = false;
static constexpr JSC::DestructionMode needsDestruction = DoesNotNeedDestruction;
static JSC::Structure* createStructure(JSC::VM& vm, JSC::JSGlobalObject* globalObject, JSC::JSValue prototype)
{

View File

@@ -26,7 +26,7 @@ function header() {
static constexpr SinkID Sink = SinkID::${name};
static constexpr unsigned StructureFlags = Base::StructureFlags;
static constexpr bool needsDestruction = false;
static constexpr JSC::DestructionMode needsDestruction = DoesNotNeedDestruction;
DECLARE_EXPORT_INFO;
template<typename, JSC::SubspaceAccess mode> static JSC::GCClient::IsoSubspace* subspaceFor(JSC::VM& vm)