chore: upgrade webkit (#7720)

* update

* alwaysInline

* update webkit commit

* update webkit tag

* remove webkit_url

* check for exception and update webkit commit

* update webkit tag
This commit is contained in:
Dylan Conway
2023-12-18 20:54:04 -08:00
committed by GitHub
parent dc19541719
commit b88324db31
22 changed files with 43 additions and 48 deletions

View File

@@ -45,7 +45,8 @@ static void maybeAddCodeCoverage(JSC::VM& vm, const JSC::SourceCode& code)
Identifier(), \
ImplementationVisibility::Public, \
ConstructorKind::None, \
ConstructAbility::CannotConstruct) \
ConstructAbility::CannotConstruct, \
InlineAttribute::None) \
->link(vm, nullptr, source), \
static_cast<JSC::JSGlobalObject*>(globalObject)); \
\