Bug 232735

Summary: "attribute EventHandler onuncapturederror" appears to correspond to no C++ code
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: BindingsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WORKSFORME    
Severity: Normal CC: ap, cdumez, sam, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 232558    

Description Myles C. Maxfield 2021-11-04 16:29:13 PDT
I left this unimplemented, and some how the build worked....
Comment 1 Radar WebKit Bug Importer 2021-11-11 15:30:22 PST
<rdar://problem/85318807>
Comment 2 Sam Weinig 2022-03-02 17:20:19 PST
EventHandler is special cased to generate the following bindings code that calls the eventHandlerAttribute/setEventHandlerAttribute and pass in the name of the event. So the bound class doesn't actually need any c++ code.