Bug 257801 - ScriptElement::LegacyTypeSupport should be an enum class
Summary: ScriptElement::LegacyTypeSupport should be an enum class
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-07 07:30 PDT by Ryosuke Niwa
Modified: 2023-06-08 14:04 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2023-06-07 07:30:19 PDT
Make LegacyTypeSupport in ScriptElement an enum class.
Comment 1 Ryosuke Niwa 2023-06-07 07:34:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/14739