Commit 4a57ee1
committed
WebInspectorUI: Port missed one to replace CSS method 'matches' with 'is'
[GTK][WPE] Remote Web Inspector: replace deprecated CSS method 'matches' with 'is'
https://bugs.webkit.org/show_bug.cgi?id=253180
Reviewed by Tim Nguyen.
The :matches() selector was renamed to :is() in:
w3c/csswg-drafts#3258
:matches() is no longer supported by some browsers (like Chromium and
Firefox) and breaks Web Inspector UI in such browsers when we connect
via HTTP.
In case GTK/WPE WebKit, we use HTTP version of the inspector and it
can be used from any browser.1 parent 72c3bf0 commit 4a57ee1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
0 commit comments