| Summary: | Change code order in HTMLMetaElement::process() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ahmad Saleem <ahmad.saleem792> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | cdumez, eric.carlson, jer.noble, ntim, rniwa, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
|
Description
Ahmad Saleem
2023-01-23 15:33:40 PST
This is probably mergeable without testcase as it doesn't change behavior. Though some function names have changed: `fastGetAttribute` is `attributeWithoutSynchronization` I think `AtomicString` is just `AtomString` (In reply to Tim Nguyen (:ntim) from comment #1) > This is probably mergeable without testcase as it doesn't change behavior. > > Though some function names have changed: > > `fastGetAttribute` is `attributeWithoutSynchronization` > > I think `AtomicString` is just `AtomString` Cool! Here is PR - https://github.com/WebKit/WebKit/pull/9080 Tested locally, it does compile and loading websites fine based on WebKit ToT and using --release. Committed 259413@main (b66d5e5ea816): <https://commits.webkit.org/259413@main> Reviewed commits have been landed. Closing PR #9080 and removing active labels. |