Bug 259947
Summary: | Generated attribute setters for nullable enum string types fail when passing null | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryan Reno <rreno> |
Component: | Bindings | Assignee: | Ryan Reno <rreno> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | cdumez, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryan Reno
If an attribute has an enumeration type it is supposed to silently fail if we pass a value that's not in the enum. However, we should allow null in the case of a nullable attribute.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/113591277>
Ryan Reno
Pull request: https://github.com/WebKit/WebKit/pull/16495
EWS
Committed 266726@main (23551a03b824): <https://commits.webkit.org/266726@main>
Reviewed commits have been landed. Closing PR #16495 and removing active labels.