sysprof: Match "webkit" for counters as well

WebKit may start introducing counters for page rendering, and it's
great to be able to see them in Sysprof UI :)
This commit is contained in:
Georges Basile Stavracas Neto
2024-09-25 15:37:37 -03:00
parent e5382d1b8c
commit ed9bac07d0

View File

@ -450,6 +450,14 @@
</property>
</object>
</child>
<child>
<object class="GtkStringFilter">
<property name="search">webkit</property>
<property name="expression">
<lookup name="category" type="SysprofDocumentCounter"/>
</property>
</object>
</child>
</object>
</property>
</object>