Bug 297647
| Summary: | Web Inspector: replace the last usage of the 'matches' method with 'is' | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Miguel Gomez <magomez> |
| Component: | Web Inspector | Assignee: | Miguel Gomez <magomez> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | inspector-bugzilla-changes, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | All | ||
| OS: | All | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=253180 | ||
Miguel Gomez
The :matches() method was renamed to :is() in https://github.com/w3c/csswg-drafts/issues/3258.
https://commits.webkit.org/261264@main replaced all the occurrences or :matches() but left one missing. Continue that work replacing the last usage of :matches() in the code.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
Pull request: https://github.com/WebKit/WebKit/pull/49643
EWS
Committed 298957@main (6c1aa0429042): <https://commits.webkit.org/298957@main>
Reviewed commits have been landed. Closing PR #49643 and removing active labels.
Radar WebKit Bug Importer
<rdar://problem/158769993>