Bug 255292 - Stop using goto in HTMLDocumentParserFastPath.cpp
Summary: Stop using goto in HTMLDocumentParserFastPath.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-11 10:20 PDT by Chris Dumez
Modified: 2023-04-11 15:32 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-04-11 10:20:07 PDT
Stop using goto in HTMLDocumentParserFastPath.cpp. Also use the ElementNames namespace instead of the ElementName enumeration directly as I was told this is the preferred way (the enumeration values have underscores in their name, which doesn't look as good).
Comment 1 Chris Dumez 2023-04-11 10:28:47 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12616
Comment 2 EWS 2023-04-11 15:31:14 PDT
Committed 262845@main (2b9b39fac578): <https://commits.webkit.org/262845@main>

Reviewed commits have been landed. Closing PR #12616 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-04-11 15:32:19 PDT
<rdar://problem/107905907>