Bug 232735 - "attribute EventHandler onuncapturederror" appears to correspond to no C++ code
Summary: "attribute EventHandler onuncapturederror" appears to correspond to no C++ code
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks: 232558
  Show dependency treegraph
 
Reported: 2021-11-04 16:29 PDT by Myles C. Maxfield
Modified: 2022-03-02 17:20 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.