Bug 189937

Summary: Don't cause a crash even when some IDL attribute is missing CEReactions
Product: WebKit Reporter: Ryosuke Niwa <rniwa>
Component: DOMAssignee: Ryosuke Niwa <rniwa>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, dbates, esprehn+autocc, ews-watchlist, ggaren, kangil.han, koivisto, simon.fraser, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 154907    
Attachments:
Description Flags
Don't release-assert even when CEReactions is missing simon.fraser: review+

Description Ryosuke Niwa 2018-09-24 17:06:27 PDT
It's not a good trade-off to cause a release assertion hit when there is an IDL attribute missing CEReactions.
Turn this into a debug-only assertion.
Comment 1 Ryosuke Niwa 2018-09-24 17:12:13 PDT
Created attachment 350715 [details]
Don't release-assert even when CEReactions is missing
Comment 2 Radar WebKit Bug Importer 2018-09-24 17:17:46 PDT
<rdar://problem/44746785>
Comment 3 Ryosuke Niwa 2018-09-24 17:28:44 PDT
Committed r236446: <https://trac.webkit.org/changeset/236446>