Bug 225719

Summary: ASSERTION FAILED: actualVTablePointer == expectedVTablePointer in toJSNewlyCreated(JSC::JSGlobalObject *, WebCore::JSDOMGlobalObject *, Ref<WebCore::AudioNode> &&)
Product: WebKit Reporter: Chris Dumez <cdumez>
Component: Web AudioAssignee: Chris Dumez <cdumez>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, darin, eric.carlson, esprehn+autocc, ews-watchlist, ggaren, glenn, jer.noble, kondapallykalyan, philipj, rniwa, sam, sergio, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=221423
Attachments:
Description Flags
Patch
none
Patch none

Description Chris Dumez 2021-05-12 15:05:52 PDT
ASSERTION FAILED: actualVTablePointer == expectedVTablePointer in toJSNewlyCreated(JSC::JSGlobalObject *, WebCore::JSDOMGlobalObject *, Ref<WebCore::AudioNode> &&):

../../WebKitBuild/Debug/DerivedSources/WebCore/JSAudioNode.cpp(609) : JSC::JSValue WebCore::toJSNewlyCreated(JSC::JSGlobalObject *, WebCore::JSDOMGlobalObject *, Ref<WebCore::AudioNode> &&)
1   0x306121b89 WTFCrash
2   0x2fbc0a35b WTFCrashWithInfo(int, char const*, char const*, int)
3   0x2fbeae781 JSC::JSValue WebCore::wrap<WebCore::AudioNode>(JSC::JSGlobalObject*, WebCore::JSDOMGlobalObject*, WebCore::AudioNode&)
4   0x2fc2a4451 WebCore::jsFocusEvent_relatedTarget(JSC::JSGlobalObject*, long long, JSC::PropertyName)
5   0x30715282a JSC::JSValue::get(JSC::JSGlobalObject*, JSC::PropertyName, JSC::PropertySlot&) const
6   0x306ff30b9 JSC::LLInt::performLLIntGetByID(JSC::Instruction const*, JSC::CodeBlock*, JSC::JSGlobalObject*, JSC::JSValue, JSC::Identifier const&, JSC::GetByIdModeMetadata&)
Comment 1 Chris Dumez 2021-05-12 15:06:03 PDT
<rdar://77828031>
Comment 2 Chris Dumez 2021-05-12 15:55:04 PDT
Created attachment 428423 [details]
Patch
Comment 3 Chris Dumez 2021-05-12 16:07:30 PDT
Created attachment 428427 [details]
Patch
Comment 4 Geoffrey Garen 2021-05-12 16:16:34 PDT
Comment on attachment 428427 [details]
Patch

r=me
Comment 5 EWS 2021-05-12 17:09:46 PDT
Committed r277411 (237661@main): <https://commits.webkit.org/237661@main>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 428427 [details].