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

@@ -4254,7 +4254,7 @@ private:
CachedStringRef value;
if (!readStringData(value))
return JSValue();
fingerprints.uncheckedAppend(RTCCertificate::DtlsFingerprint { algorithm->string(), value->string() });
fingerprints.unsafeAppendWithoutCapacityCheck(RTCCertificate::DtlsFingerprint { algorithm->string(), value->string() });
}
if (!m_canCreateDOMObject)