mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 10:58:56 +00:00
Bump WebKit (#17095)
Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -4831,7 +4831,7 @@ private:
|
||||
|
||||
auto& vm = m_lexicalGlobalObject->vm();
|
||||
auto scope = DECLARE_THROW_SCOPE(vm);
|
||||
JSWebAssemblyMemory* result = JSC::JSWebAssemblyMemory::tryCreate(m_lexicalGlobalObject, vm, m_globalObject->webAssemblyMemoryStructure());
|
||||
JSWebAssemblyMemory* result = JSC::JSWebAssemblyMemory::create(vm, m_globalObject->webAssemblyMemoryStructure());
|
||||
// Since we are cloning a JSWebAssemblyMemory, it's impossible for that
|
||||
// module to not have been a valid module. Therefore, createStub should
|
||||
// not throw.
|
||||
|
||||
Reference in New Issue
Block a user