mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 19:08:50 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user