Bug 292099
| Summary: | Eliminate virtual function call in Node::pseudoId() | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
| Component: | New Bugs | Assignee: | Ryosuke Niwa <rniwa> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryosuke Niwa
Node::pseudoId() currently conducts a virtual function call through Node::customPseudoId(). Eliminate this virtual function call.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Pull request: https://github.com/WebKit/WebKit/pull/44556
EWS
Committed 294168@main (ca55d7b7d4af): <https://commits.webkit.org/294168@main>
Reviewed commits have been landed. Closing PR #44556 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/150151356>