Bug 255292
Summary: | Stop using goto in HTMLDocumentParserFastPath.cpp | ||
---|---|---|---|
Product: | WebKit | Reporter: | Chris Dumez <cdumez> |
Component: | WebCore Misc. | Assignee: | Chris Dumez <cdumez> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Chris Dumez
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).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Chris Dumez
Pull request: https://github.com/WebKit/WebKit/pull/12616
EWS
Committed 262845@main (2b9b39fac578): <https://commits.webkit.org/262845@main>
Reviewed commits have been landed. Closing PR #12616 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/107905907>